From 80d96110ca05d61f593c51b51672812973d70e5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=8E=E8=97=A4=E3=80=80=E5=BF=AB=E6=96=97?= Date: Wed, 8 Mar 2023 11:19:34 +0900 Subject: [PATCH] =?UTF-8?q?dev=E7=92=B0=E5=A2=83=E3=81=AEbase=E3=83=91?= =?UTF-8?q?=E3=82=B9=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dictation_client/src/features/auth/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictation_client/src/features/auth/utils.ts b/dictation_client/src/features/auth/utils.ts index 090c796..e4ea256 100644 --- a/dictation_client/src/features/auth/utils.ts +++ b/dictation_client/src/features/auth/utils.ts @@ -46,7 +46,7 @@ export const initialConfig = (): ConfigurationParameters => { if (import.meta.env.VITE_STAGE === "local") { config.basePath = "http://localhost:8081"; } else { - config.basePath = window.location.origin; + config.basePath = `${window.location.origin}/dictaion/api`; } return config;