Skip to content

Commit

Permalink
update api location
Browse files Browse the repository at this point in the history
  • Loading branch information
raad1masum committed Oct 28, 2024
1 parent 41912ea commit cd56237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit cd56237

Please sign in to comment.