diff options
Diffstat (limited to 'spring-front/src/config.js')
-rw-r--r-- | spring-front/src/config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spring-front/src/config.js b/spring-front/src/config.js new file mode 100644 index 0000000..a2f9bc4 --- /dev/null +++ b/spring-front/src/config.js @@ -0,0 +1,3 @@ +export const mdrtlConfig = { + serverURL: "apimdrtl.terminaldweller.com", +}; |