From 9e9e7e685e04d6baac13906c0dd0aa2afd59eefc Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 8 Mar 2025 14:29:56 +0900 Subject: fix --- frontend/app/api/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/api/client.ts b/frontend/app/api/client.ts index 3d8b5dd..25f6c54 100644 --- a/frontend/app/api/client.ts +++ b/frontend/app/api/client.ts @@ -6,7 +6,7 @@ const apiClient = createClient({ baseUrl: process.env.NODE_ENV === "development" ? "http://localhost:8003/phperkaigi/2025/code-battle/api/" - : "http://api-server/phperkaigi/2025/code-battle/api/", + : "https://t.nil.ninja/phperkaigi/2025/code-battle/api/", }); export async function apiPostLogin(username: string, password: string) { -- cgit v1.2.3-70-g09d2