aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/config.js
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-06-09 15:39:43 +0000
committerterminaldweller <thabogre@gmail.com>2022-06-09 15:39:43 +0000
commit2f7516a0af0eaca205b71415a0910084cb452d33 (patch)
tree1c56cdbf77e826d142e5b2ea8ccf03273054de4f /spring-front/src/config.js
parentserver link (diff)
downloadmdrtl-2f7516a0af0eaca205b71415a0910084cb452d33.tar.gz
mdrtl-2f7516a0af0eaca205b71415a0910084cb452d33.zip
wip
Diffstat (limited to '')
-rw-r--r--spring-front/src/config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/spring-front/src/config.js b/spring-front/src/config.js
index e74952d..b85e2d1 100644
--- a/spring-front/src/config.js
+++ b/spring-front/src/config.js
@@ -1,3 +1,4 @@
export const mdrtlConfig = {
- serverURL: "editorsave.terminaldweller.com/api/v1/doc/",
+ // serverURL: "https://localhost:9080/api/v1/doc",
+ serverURL: "https://editorsave.terminaldweller.com/api/v1/doc",
};