aboutsummaryrefslogtreecommitdiff
path: root/client/src/config.js
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2025-04-28 00:20:28 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2025-04-28 00:20:28 -0600
commitd418dd77f23ab24e91dfebad94832f9496eb567d (patch)
tree063698ec71e71a8c0c9c79814c4b1e575bb8a1c3 /client/src/config.js
parent6ca0b8d9488bb16a118d00aadba1b6c7955f71b6 (diff)
prettifierHEADmaster
Diffstat (limited to 'client/src/config.js')
-rw-r--r--client/src/config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/config.js b/client/src/config.js
index 2ca0e70..68acdf2 100644
--- a/client/src/config.js
+++ b/client/src/config.js
@@ -1,3 +1,4 @@
-const API_BASE_URL = process.env.REACT_APP_API_BASE_URL || 'http://10.0.0.164:8000';
+const API_BASE_URL =
+ process.env.REACT_APP_API_BASE_URL || "http://10.0.0.164:8000";
export default API_BASE_URL;