chore: convey the base route as admin where sh-admin gets served

This commit is contained in:
jamesgeorge007
2023-10-19 17:43:54 +05:30
parent 2f1fca2917
commit d6e4b6497f

View File

@@ -42,7 +42,7 @@ export const isLoadingInitialRoute = readonly(_isLoadingInitialRoute);
export default <HoppModule>{ export default <HoppModule>{
onVueAppInit(app) { onVueAppInit(app) {
const router = createRouter({ const router = createRouter({
history: createWebHistory(), history: createWebHistory('/admin'),
routes, routes,
}); });