Update usage of fetch client app route endpoint
This commit is contained in:
parent
c7e98623bc
commit
a3d6af7b9f
|
@ -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…
Reference in New Issue