From 6451073a627cca2bc98a62d0d35c7e78b4ace135 Mon Sep 17 00:00:00 2001 From: viveksantayana Date: Wed, 31 Aug 2022 00:50:15 +0100 Subject: [PATCH] Added constant for server address --- client/src/config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 client/src/config.js diff --git a/client/src/config.js b/client/src/config.js new file mode 100644 index 0000000..0f84164 --- /dev/null +++ b/client/src/config.js @@ -0,0 +1,3 @@ +export default Object.freeze({ + SERVER: 'http://127.0.0.1:5000/' +}) \ No newline at end of file