Skip to content

Commit bd6d524

Browse files
committed
fixed routing issue while refresh.
1 parent b0b6a2c commit bd6d524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/app/app.routing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ const appRoutes: Routes = [
2424
}
2525
];
2626

27-
export const routing = RouterModule.forRoot(appRoutes);
27+
export const routing = RouterModule.forRoot(appRoutes, { useHash: true });

0 commit comments

Comments
 (0)