Merge branch 'master' of github.com:FranP-code/Telegram-to-Notion-Website

This commit is contained in:
2022-04-25 20:43:11 -03:00

View File

@@ -27,9 +27,9 @@ function Auth() {
let requestUrl
if (process.env.REACT_APP_ENV_MODE === "production") {
requestUrl = "http://localhost:5050/api/v1/auth"
} else {
requestUrl = "https://telegram-to-notion-backend.herokuapp.com/api/v1/auth"
} else {
requestUrl = "http://localhost:5050/api/v1/auth"
}
axios({
@@ -99,4 +99,4 @@ function Auth() {
)
}
export default Auth
export default Auth