Skip to content

Commit b689b9f

Browse files
committed
[DURACOM-235] Fixed home page path
1 parent a059c31 commit b689b9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/app-routing-paths.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function getBitstreamRequestACopyRoute(item, bitstream): { routerLink: st
3232
};
3333
}
3434

35-
export const HOME_PAGE_PATH = 'admin';
35+
export const HOME_PAGE_PATH = 'home';
3636

3737
export function getHomePageRoute() {
3838
return `/${HOME_PAGE_PATH}`;

0 commit comments

Comments
 (0)