diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-04 21:26:39 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-04 21:26:39 +0900 |
| commit | 9b1049e39b2e6e45371930832b421be21297dcb5 (patch) | |
| tree | cf5bdc58c4ed41ad52ad4b20ab1d606fadbf8b31 /frontend/app/.server/api/client.ts | |
| parent | 3f73872865263e8690e12f4b43040ed38b062f28 (diff) | |
| download | phperkaigi-2025-albatross-9b1049e39b2e6e45371930832b421be21297dcb5.tar.gz phperkaigi-2025-albatross-9b1049e39b2e6e45371930832b421be21297dcb5.tar.zst phperkaigi-2025-albatross-9b1049e39b2e6e45371930832b421be21297dcb5.zip | |
change base path
Diffstat (limited to 'frontend/app/.server/api/client.ts')
| -rw-r--r-- | frontend/app/.server/api/client.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/app/.server/api/client.ts b/frontend/app/.server/api/client.ts index d69b617..edcffc1 100644 --- a/frontend/app/.server/api/client.ts +++ b/frontend/app/.server/api/client.ts @@ -4,8 +4,8 @@ import type { paths } from "./schema"; const apiClient = createClient<paths>({ baseUrl: process.env.NODE_ENV === "development" - ? "http://localhost:8003/iosdc-japan/2024/code-battle/api/" - : "http://api-server/iosdc-japan/2024/code-battle/api/", + ? "http://localhost:8003/phperkaigi/2025/code-battle/api/" + : "http://api-server/phperkaigi/2025/code-battle/api/", }); export async function apiPostLogin( |
