diff --git a/twistter-frontend/src/App.js b/twistter-frontend/src/App.js index db0c81c..f076cee 100644 --- a/twistter-frontend/src/App.js +++ b/twistter-frontend/src/App.js @@ -19,7 +19,7 @@ import { logoutUser, getUserData } from './redux/actions/userActions'; // Components import AuthRoute from "./util/AuthRoute"; -axios.defaults.baseURL = 'http://localhost:5006/twistter-e4649/us-central1/api'; +// axios.defaults.baseURL = 'http://localhost:5006/twistter-e4649/us-central1/api'; // Pages import home from './pages/Home';