diff --git a/front-ui/app/router.js b/front-ui/app/router.js index 349e696..edee0fd 100644 --- a/front-ui/app/router.js +++ b/front-ui/app/router.js @@ -31,8 +31,8 @@ var routes = ( ); var router = Router.create({ - routes: routes - //,location: Router.HistoryLocation + routes: routes, + location: Router.HistoryLocation }); module.exports = router;