diff options
Diffstat (limited to '')
-rw-r--r-- | spring-front/src/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spring-front/src/config.js b/spring-front/src/config.js index a2f9bc4..e74952d 100644 --- a/spring-front/src/config.js +++ b/spring-front/src/config.js @@ -1,3 +1,3 @@ export const mdrtlConfig = { - serverURL: "apimdrtl.terminaldweller.com", + serverURL: "editorsave.terminaldweller.com/api/v1/doc/", }; |