diff --git a/src/router/index.js b/src/router/index.js index d7d2137894ed778d5da52a196102c566c4ad2b80..ee8a8c92609054fe41612e9baa30aebcb09c2a5b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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,