Browse Source

Update usage of fetch client app route endpoint

pull/4223/head
Andrew Kingston 5 years ago
parent
commit
7baba13704
  1. 2
      packages/client/src/stores/routes.js

2
packages/client/src/stores/routes.js

@ -18,7 +18,7 @@ const createRouteStore = () => {
const fetchRoutes = async () => {
let routeConfig
try {
routeConfig = await API.fetchRoutes()
routeConfig = await API.fetchClientAppRoutes()
} catch (error) {
routeConfig = null
}

Loading…
Cancel
Save