From e5090963e644502374f33406bda6efc6021d8dae Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 4 Jun 2022 22:30:47 +0430 Subject: added config file --- spring-front/src/config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spring-front/src/config.js (limited to 'spring-front/src/config.js') 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", +}; -- cgit v1.2.3