From 89eb9ba7792413a1dca7be3f273d184dba2517c9 Mon Sep 17 00:00:00 2001 From: Matthias Hannig Date: Mon, 22 May 2017 15:35:56 +0200 Subject: [PATCH] changed basename --- client/app.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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