1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Update usage of fetch client app route endpoint

This commit is contained in:
Andrew Kingston 2022-01-20 11:30:51 +00:00
parent e151ddde07
commit 7baba13704

View file

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