diff --git a/arches_lingo/src/arches_lingo/routes.ts b/arches_lingo/src/arches_lingo/routes.ts index cf7ce7e0..3adabd95 100644 --- a/arches_lingo/src/arches_lingo/routes.ts +++ b/arches_lingo/src/arches_lingo/routes.ts @@ -52,6 +52,16 @@ export const routes = [ { path: "/scheme/:id", name: "scheme", + component: () => import("@/arches_lingo/pages/SchemePage.vue"), + meta: { + shouldShowNavigation: true, + shouldShowHierarchy: true, + requiresAuthentication: true, + }, + }, + { + path: "/scheme/:id/report", + name: "scheme", component: () => import("@/arches_lingo/pages/SchemeReport.vue"), meta: { shouldShowNavigation: true,