mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-16 01:43: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: () => 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: '',
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue