Skip to content

Commit

Permalink
url changed
Browse files Browse the repository at this point in the history
  • Loading branch information
JHM69 committed May 10, 2024
1 parent 9858eff commit 88faeec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
git pull
cd express-server
docker build -t cs_backend .
docker stop cs_backend || true
Expand Down
2 changes: 1 addition & 1 deletion react-app/utils/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ const url = process.env.API;
export const getBaseUrl = () => {
// console.log(process.env.API);
//return process.env.API || 'http://3.208.28.247:5000';
return 'http://localhost:5000';
return 'http://3.208.28.247:5000';
}

0 comments on commit 88faeec

Please sign in to comment.