mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Website.git
synced 2025-10-13 00:42:53 +00:00
Fix API request URL in Auth component
This commit is contained in:
@@ -27,7 +27,7 @@ function Auth() {
|
|||||||
let requestUrl
|
let requestUrl
|
||||||
|
|
||||||
if (process.env.REACT_APP_ENV_MODE === "production") {
|
if (process.env.REACT_APP_ENV_MODE === "production") {
|
||||||
requestUrl = "open-telegram-to-notion-backend.up.railway.app/api/v1/auth"
|
requestUrl = "https://open-telegram-to-notion-backend.up.railway.app/api/v1/auth"
|
||||||
} else {
|
} else {
|
||||||
requestUrl = "http://localhost:5050/api/v1/auth"
|
requestUrl = "http://localhost:5050/api/v1/auth"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user