diff --git a/src/Pages/Auth/Auth.jsx b/src/Pages/Auth/Auth.jsx index 07b34fa..6dfdfcc 100644 --- a/src/Pages/Auth/Auth.jsx +++ b/src/Pages/Auth/Auth.jsx @@ -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({ @@ -100,4 +100,4 @@ function Auth() { ) } -export default Auth \ No newline at end of file +export default Auth