default page is now: /DeviceList;type=DeviceSwitch

This commit is contained in:
Patrick Haßel 2023-06-19 09:51:16 +02:00
parent 01a6683e78
commit 85e2c70645

View File

@ -25,7 +25,7 @@ const routes: Routes = [
{path: 'Bulk', component: BulkEditorComponent},
{path: 'BulkList', component: BulkListComponent},
{path: '**', redirectTo: '/ScheduleList'},
{path: '**', redirectTo: '/DeviceList;type=DeviceSwitch'},
];
@NgModule({