mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Website.git
synced 2025-10-13 00:42:53 +00:00
Update requestUrl in Auth component
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user