aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2025-04-27 20:12:52 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2025-04-27 20:12:52 -0600
commit04db14b907bdc708fd5607d381e011505c61d808 (patch)
treed2db2c342787f5f43c03bd5ecf11789493963521
parent329b94cbab3d6d3dd4cef30bceed251c77032a9e (diff)
add variable for API host
-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;