Skip to content

Commit

Permalink
change backend default config
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvanhuan243 committed Apr 13, 2024
1 parent d022beb commit abb7d66
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
@@ -1,10 +1,10 @@
// Start backend
function getApiBaseUrl() {
return process.env.API_BASE_URL || "https://remitano-backend-api.onrender.com"
return process.env.API_BASE_URL || "https://remi-api.onrender.com"
}

function getSocketBaseUrl() {
return process.env.SOCKET_BASE_URL || "wss://remitano-backend-api.onrender.com/cable"
return process.env.SOCKET_BASE_URL || "wss://remi-api.onrender.com/cable"
}

const config = {
Expand Down

0 comments on commit abb7d66

Please sign in to comment.