mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
temporarily switch the hashbangs off
This commit is contained in:
@@ -48,7 +48,7 @@ import { LocationLinkComponent } from './components/location-link/location-link.
|
|||||||
imports: [
|
imports: [
|
||||||
BrowserModule,
|
BrowserModule,
|
||||||
RouterModule.forRoot(APP_ROUTES, {
|
RouterModule.forRoot(APP_ROUTES, {
|
||||||
useHash: true,
|
useHash: false,
|
||||||
enableTracing: false // enable for debug only
|
enableTracing: false // enable for debug only
|
||||||
}),
|
}),
|
||||||
AdfModule,
|
AdfModule,
|
||||||
|
Reference in New Issue
Block a user