From cd56237108f3c14862299dec15d6baa86139aaa0 Mon Sep 17 00:00:00 2001 From: Raadwan Masum Date: Sun, 27 Oct 2024 17:31:58 -0700 Subject: [PATCH] update api location --- client/src/main.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/main.jsx b/client/src/main.jsx index 3906f07..1b588b3 100644 --- a/client/src/main.jsx +++ b/client/src/main.jsx @@ -4,7 +4,7 @@ import App from './App.jsx' import './index.css' window.env = { - REACT_APP_API_URL: 'http://64.181.228.137:8000', + REACT_APP_API_URL: 'https://api.febinventory.com', }; ReactDOM.createRoot(document.getElementById('root')).render(