mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-15 18:08:46 +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
|
||||
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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user