Revert "Updated client env references"

This reverts commit ca5066249f.
This commit is contained in:
2025-11-19 21:32:12 -05:00
parent ca5066249f
commit 2d28582962
8 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ export type Rank = {
}
// @ts-ignore
const addr = import.meta.env.BASE_URL;
const addr = import.meta.env.VITE_APIHOST;
export async function getRanks(): Promise<Rank[]> {
const res = await fetch(`${addr}/ranks`)