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;