aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/config.js b/client/src/config.js
new file mode 100644
index 0000000..8007eda
--- /dev/null
+++ b/client/src/config.js
@@ -0,0 +1,3 @@
+const API_BASE_URL = 'http://10.0.0.164:8000';
+
+export default API_BASE_URL;