diff options
author | terminaldweller <thabogre@gmail.com> | 2022-06-10 05:55:24 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-06-10 05:55:24 +0000 |
commit | 1ce4b8f49ee9a7611413dd017af47629a535edf5 (patch) | |
tree | c3f4ece2e8d2723bf64c268d4396409149fa994b /spring-front/src/config.js | |
parent | CORS fix (diff) | |
download | mdrtl-1ce4b8f49ee9a7611413dd017af47629a535edf5.tar.gz mdrtl-1ce4b8f49ee9a7611413dd017af47629a535edf5.zip |
CORS fix
Diffstat (limited to 'spring-front/src/config.js')
-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 7c2f8a5..b85e2d1 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", }; |