mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
✨ 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:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user