mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Remove /rdio-scanner from the URL
This commit is contained in:
parent
ecd49091a2
commit
ac6c1c985a
|
|
@ -16,12 +16,12 @@ import { AppSharedModule } from './shared/shared.module';
|
|||
{
|
||||
// loadChildren: () => import('./radio/radio.module').then((m) => m.AppRadioModule),
|
||||
loadChildren: './radio/radio.module#AppRadioModule',
|
||||
path: 'rdio-scanner',
|
||||
path: '',
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
pathMatch: 'full',
|
||||
redirectTo: '/rdio-scanner',
|
||||
redirectTo: '',
|
||||
}
|
||||
])
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue