From 1eddcb14c50cbd046764a5756c4282f2afb18e1d Mon Sep 17 00:00:00 2001 From: Markus Grigull Date: Thu, 27 Jul 2017 16:52:59 +0200 Subject: [PATCH] Remove hash route --- src/router.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router.js b/src/router.js index 85bbe78..a4ab751 100644 --- a/src/router.js +++ b/src/router.js @@ -20,7 +20,7 @@ ******************************************************************************/ import React, { Component } from 'react'; -import { Router, Route, hashHistory } from 'react-router'; +import { Router, Route, browserHistory } from 'react-router'; import App from './containers/app'; import Home from './containers/home'; @@ -37,7 +37,7 @@ import Logout from './containers/logout'; class Root extends Component { render() { return ( - +