diff --git a/packages/client/src/stores/routes.js b/packages/client/src/stores/routes.js index 6614d4d236..b4274197ae 100644 --- a/packages/client/src/stores/routes.js +++ b/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 }