mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-25 12:44:06 +00:00
Uncomment routes
This commit is contained in:
parent
7647b98437
commit
d521878755
@ -21,14 +21,14 @@ component: OpenLPServiceComponent
|
|||||||
path: 'slides',
|
path: 'slides',
|
||||||
component: OpenLPSlidesComponent
|
component: OpenLPSlidesComponent
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// path: 'alerts',
|
path: 'alerts',
|
||||||
// component: OpenLPAlertComponent
|
component: OpenLPAlertComponent
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// path: 'search',
|
path: 'search',
|
||||||
// component: OpenLPSearchComponent
|
component: OpenLPSearchComponent
|
||||||
// }
|
}
|
||||||
];
|
];
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [RouterModule.forRoot(routes)],
|
imports: [RouterModule.forRoot(routes)],
|
||||||
|
Loading…
Reference in New Issue
Block a user