From d418dd77f23ab24e91dfebad94832f9496eb567d Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 28 Apr 2025 00:20:28 -0600 Subject: prettifier --- client/src/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/config.js') 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; -- cgit v1.2.3