mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 11:32:47 +00:00
Remove the hash from the URLs. I'm not sure why it was added.
This commit is contained in:
parent
7214b892ce
commit
da7d78d2f9
@ -22,7 +22,7 @@ const routes: Routes = [
|
|||||||
{ path: 'themes', component: ThemesComponent}
|
{ path: 'themes', component: ThemesComponent}
|
||||||
];
|
];
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [RouterModule.forRoot(routes, {useHash: true})],
|
imports: [RouterModule.forRoot(routes)],
|
||||||
exports: [RouterModule]
|
exports: [RouterModule]
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user