From 7ce06a9fd904a96c92d6383a09cad2ad99f4053d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 17 Aug 2025 16:04:36 +0900 Subject: feat: update "PHPerKaigi" to "iOSDC Japan" --- frontend/app/api/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/api/client.ts') diff --git a/frontend/app/api/client.ts b/frontend/app/api/client.ts index 6fa784f..10dc7ef 100644 --- a/frontend/app/api/client.ts +++ b/frontend/app/api/client.ts @@ -6,7 +6,7 @@ import type { paths } from "./schema"; const client = createClient({ baseUrl: process.env.NODE_ENV === "development" - ? `http://localhost:8003${API_BASE_PATH}` + ? `http://localhost:8004${API_BASE_PATH}` : `https://t.nil.ninja${API_BASE_PATH}`, }); -- cgit v1.2.3-70-g09d2