Update routing to redirect to dashboard

Configured the routing to redirect the root path to the dashboard.

-  **Feature**: Added redirect from root path to 'kunde/dashboard'
This commit is contained in:
Lorenz Hilpert
2025-04-01 14:27:34 +02:00
parent b43d0fcea6
commit 119bcd9df9

View File

@@ -30,6 +30,7 @@ import { processResolverFn } from '@isa/core/process';
import { provideScrollPositionRestoration } from '@isa/core/scroll-position';
const routes: Routes = [
{ path: '', redirectTo: 'kunde/dashboard', pathMatch: 'full' },
{
path: 'login',
children: [