Update requestUrl in Auth component

This commit is contained in:
2024-02-22 23:15:29 -03:00
parent ed6037eab4
commit a1470398a1

View File

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