mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-16 18:28:47 +00:00
Comment out axios.defaults.baseUrl
This commit is contained in:
parent
6335690046
commit
f82f9984c6
@ -19,7 +19,7 @@ import { logoutUser, getUserData } from './redux/actions/userActions';
|
|||||||
// Components
|
// Components
|
||||||
import AuthRoute from "./util/AuthRoute";
|
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
|
// Pages
|
||||||
import home from './pages/Home';
|
import home from './pages/Home';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user