diff --git a/src/modules/07_insignia/router.ts b/src/modules/07_insignia/router.ts index fbad97662..5c1d003e5 100644 --- a/src/modules/07_insignia/router.ts +++ b/src/modules/07_insignia/router.ts @@ -26,6 +26,35 @@ 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", + component: ReportView, + meta: { + Auth: true, + Key: [7.1], + }, + }, { path: "/insignia/result-insignia", name: "result-insignia",