Update usage of fetch client app route endpoint
This commit is contained in:
parent
e151ddde07
commit
7baba13704
|
@ -18,7 +18,7 @@ const createRouteStore = () => {
|
||||||
const fetchRoutes = async () => {
|
const fetchRoutes = async () => {
|
||||||
let routeConfig
|
let routeConfig
|
||||||
try {
|
try {
|
||||||
routeConfig = await API.fetchRoutes()
|
routeConfig = await API.fetchClientAppRoutes()
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
routeConfig = null
|
routeConfig = null
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue