diff options
author | terminaldweller <thabogre@gmail.com> | 2022-06-09 17:06:28 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-06-09 17:06:28 +0000 |
commit | 907e4b96b27462d65c7e8599623e01e08099cf1b (patch) | |
tree | ffdcc3ebdf710cb729d65013984b637dca23a552 /spring-front/src | |
parent | wip (diff) | |
download | mdrtl-907e4b96b27462d65c7e8599623e01e08099cf1b.tar.gz mdrtl-907e4b96b27462d65c7e8599623e01e08099cf1b.zip |
CORS fix
Diffstat (limited to 'spring-front/src')
-rw-r--r-- | spring-front/src/config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spring-front/src/config.js b/spring-front/src/config.js index b85e2d1..7c2f8a5 100644 --- a/spring-front/src/config.js +++ b/spring-front/src/config.js @@ -1,4 +1,4 @@ export const mdrtlConfig = { - // serverURL: "https://localhost:9080/api/v1/doc", - serverURL: "https://editorsave.terminaldweller.com/api/v1/doc", + serverURL: "https://localhost:9080/api/v1/doc", + // serverURL: "https://editorsave.terminaldweller.com/api/v1/doc", }; |