pathを変更
This commit is contained in:
parent
80d96110ca
commit
a292eee67d
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user