diff --git a/client/app.jsx b/client/app.jsx index 5ce084f..cde28b0 100644 --- a/client/app.jsx +++ b/client/app.jsx @@ -53,7 +53,7 @@ import combinedReducer from './reducer/app-reducer' // Setup routing const browserHistory = useRouterHistory(createHistory)({ - basename: '/birdseye/app' + basename: '/alice' }); // Setup application