diff --git a/src/App.js b/src/App.js index 9b81ac1..f420b63 100644 --- a/src/App.js +++ b/src/App.js @@ -13,19 +13,20 @@ import { PrivateRoute } from './components/Private' //OpenAPI.BASE = 'http://localhost:3000' OpenAPI.TOKEN = localStorage['token'] +OpenAPI.HEADERS = {'Content-Type': 'application/json'} export default function App() { return ( - + - + - +