1
0
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:
Simon Hanna 2018-08-20 01:04:00 +02:00
parent 7647b98437
commit d521878755

View File

@ -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)],