From b1f506b25093c251a05f07ce08d9fdbb178bb14c Mon Sep 17 00:00:00 2001 From: kfj001 Date: Thu, 11 Jun 2026 22:24:52 +0000 Subject: [PATCH] fixes recursive routing issue --- src/app/app.routes.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts index 92e5b71..f673630 100644 --- a/src/app/app.routes.ts +++ b/src/app/app.routes.ts @@ -1,7 +1,6 @@ import { Routes } from '@angular/router'; export const routes: Routes = [ - { path: '', redirectTo: '/', pathMatch: 'full' }, { path: '', loadComponent: () =>