From a292eee67d4ca1fcb8b6094814ee8d0f19c60911 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:40:36 +0900 Subject: [PATCH] =?UTF-8?q?path=E3=82=92=E5=A4=89=E6=9B=B4?= 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 e4ea256..92f7e1c 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}/dictaion/api`; + config.basePath = `${window.location.origin}/dictation/api`; } return config;