implementing new backend url

This commit is contained in:
2022-12-18 20:33:09 -03:00
parent fcd7495418
commit ed6037eab4

View File

@@ -27,7 +27,7 @@ function Auth() {
let requestUrl
if (process.env.REACT_APP_ENV_MODE === "production") {
requestUrl = "https://open-telegram-to-notion-bot.up.railway.app/api/v1/auth"
requestUrl = "https://open-telegram-to-notion-backend.franp.site/api/v1/auth"
} else {
requestUrl = "http://localhost:5050/api/v1/auth"
}