diff --git a/src/modules/07_insignia/router.ts b/src/modules/07_insignia/router.ts index 5d4d5deb2..83a04a196 100644 --- a/src/modules/07_insignia/router.ts +++ b/src/modules/07_insignia/router.ts @@ -26,6 +26,26 @@ export default [ Role: "insignia", }, }, + { + path: "/insignia/round-proposals", + name: "insigniaProposals", + component: insigniaProposals, + meta: { + Auth: true, + Key: [7.1], + Role: "insignia", + }, + }, + { + path: "/insignia/round-add", + name: "roundAdd", + component: roundAdd, + meta: { + Auth: true, + Key: [7.1], + Role: "insignia", + }, + }, { path: "/insignia/report", name: "insignia-report",