Skip to content

Commit b7eed68

Browse files
committed
fix: routes
1 parent e2af358 commit b7eed68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

carrental-web/src/angular/carrental/src/app/app-routing.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const routes: Routes = [
2424
{path: 'crdetail/mietenr/:mnr/jahr/:jahr', component: CrdetailComponent},
2525
{path: 'crlist/mietenr/:mnr', component: CrlistComponent},
2626
{path: 'crroot', component: CrrootComponent},
27-
{path: '', redirectTo: '/crroot', pathMatch: 'full'},
27+
{path: '**', redirectTo: '/crroot', pathMatch: 'full'},
2828
];
2929

3030
@NgModule({

0 commit comments

Comments
 (0)