31 404 when dap.ps/all and dap.ps/categories requested

This commit is contained in:
Onuwa Nnachi Isaac 2019-04-19 12:01:23 +01:00
parent ecc0d25676
commit 2333adc407
No known key found for this signature in database
GPG Key ID: 831A4177E1A2CEBB
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ import { routerMiddleware } from 'connected-react-router'
import { createBrowserHistory } from 'history'
import reducer from './reducers'
export const history = createBrowserHistory()
export const history = createBrowserHistory({
basename: '/discover-dapps/',
})
const composeWithDevTools =
/* eslint-disable-next-line no-underscore-dangle */