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