From f82f9984c6fa7201f5f6628be244655f3d8e779c Mon Sep 17 00:00:00 2001 From: Clayton Wilson Date: Fri, 25 Oct 2019 14:33:23 -0400 Subject: [PATCH] Comment out axios.defaults.baseUrl --- twistter-frontend/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';