Skip to content
Snippets Groups Projects
Commit ec99111e authored by Erik Borgeteien Hansen's avatar Erik Borgeteien Hansen
Browse files

fix admin route

parent adcfb3cc
No related branches found
No related tags found
2 merge requests!87Community request,!86Community admin
......@@ -100,7 +100,7 @@ const routes = [
component: () => import("../views/TestView.vue"),
},
{
path: "/group/:communityID/admin",
path: "/community/:communityID/admin",
name: "CommunityAdminView",
component: () => import("@/views/CommunityViews/AdminView.vue"),
beforeEnter: guardRoute,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment