Skip to content

Commit

Permalink
update base url config
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvanhuan243 committed Mar 28, 2024
1 parent 4c1e2d8 commit 9d3cd51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function isProduction() {
// Start Front End
function getBaseUrl() {
if (isProduction()) {
return "https://remi-frontend-ruae.onrender.com"
return "https://remitano-remi-fe.onrender.com/"
}
return "http://localhost:3000"
}
Expand All @@ -14,7 +14,7 @@ function getBaseUrl() {
// Start backend
function getApiBaseUrl() {
if (isProduction()) {
return "https://remitano-backend.onrender.com"
return "https://remitano-backend-api.onrender.com"
}
return "http://localhost:3001"
}
Expand Down

0 comments on commit 9d3cd51

Please sign in to comment.