From 84144b647224f1f3c6f86e30e1578984c063d537 Mon Sep 17 00:00:00 2001 From: Christian Werner Date: Fri, 31 Oct 2025 12:18:23 +0100 Subject: [PATCH] add route for tenant subject --- src/angular/frontend/src/app/app.routes.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/angular/frontend/src/app/app.routes.ts b/src/angular/frontend/src/app/app.routes.ts index b03e7d5..806bd80 100644 --- a/src/angular/frontend/src/app/app.routes.ts +++ b/src/angular/frontend/src/app/app.routes.ts @@ -93,6 +93,11 @@ export const routes: Routes = [ title: tenantNameResolver, }, children: [ + { + title: 'Subject TODO', + path: 'subject/:subjectId', + component: HomeComponent + }, { title: 'Apps', path: 'apps',