Remove /rdio-scanner from the URL

This commit is contained in:
Chrystian Huot 2019-06-14 10:48:21 -04:00
parent ecd49091a2
commit ac6c1c985a

View file

@ -16,12 +16,12 @@ import { AppSharedModule } from './shared/shared.module';
{ {
// loadChildren: () => import('./radio/radio.module').then((m) => m.AppRadioModule), // loadChildren: () => import('./radio/radio.module').then((m) => m.AppRadioModule),
loadChildren: './radio/radio.module#AppRadioModule', loadChildren: './radio/radio.module#AppRadioModule',
path: 'rdio-scanner', path: '',
}, },
{ {
path: '**', path: '**',
pathMatch: 'full', pathMatch: 'full',
redirectTo: '/rdio-scanner', redirectTo: '',
} }
]) ])
], ],