From 6eaf36534a7948a95b9a4742d120d3e99f6007d6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 27 Feb 2026 20:49:34 +0900 Subject: feat(deploy): re-enable update-submodule workflow --- frontend/app/api/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/api') diff --git a/frontend/app/api/client.ts b/frontend/app/api/client.ts index db5f8c8..acc1ee9 100644 --- a/frontend/app/api/client.ts +++ b/frontend/app/api/client.ts @@ -5,7 +5,7 @@ import type { paths } from "./schema"; const apiOrigin = import.meta.env.VITE_API_BASE_URL ?? - (import.meta.env.DEV ? "http://localhost:8004" : ""); + (import.meta.env.DEV ? "http://localhost:8007" : ""); const client = createClient({ baseUrl: `${apiOrigin}${API_BASE_PATH}`, -- cgit v1.3.1