mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +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}
|
||||
];
|
||||
@NgModule({
|
||||
imports: [RouterModule.forRoot(routes, {useHash: true})],
|
||||
imports: [RouterModule.forRoot(routes)],
|
||||
exports: [RouterModule]
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user