set default path back to discover #1946

Merged
neb-b merged 1 commit from default-path into master 2018-09-08 18:45:17 +02:00

View file

@ -3,7 +3,7 @@ import * as ACTIONS from 'constants/action_types';
const getCurrentPath = () => {
const { hash } = document.location;
if (hash !== '') return hash.replace(/^#/, '');
return '/user_history';
return '/discover';
};
const reducers = {};