We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a059c31 commit b689b9fCopy full SHA for b689b9f
1 file changed
src/app/app-routing-paths.ts
@@ -32,7 +32,7 @@ export function getBitstreamRequestACopyRoute(item, bitstream): { routerLink: st
32
};
33
}
34
35
-export const HOME_PAGE_PATH = 'admin';
+export const HOME_PAGE_PATH = 'home';
36
37
export function getHomePageRoute() {
38
return `/${HOME_PAGE_PATH}`;
0 commit comments