[DURACOM-235] Fixed home page path

This commit is contained in:
Giuseppe Digilio
2024-05-14 18:14:43 +02:00
parent a059c31bad
commit b689b9f8a5

View File

@@ -32,7 +32,7 @@ export function getBitstreamRequestACopyRoute(item, bitstream): { routerLink: st
}; };
} }
export const HOME_PAGE_PATH = 'admin'; export const HOME_PAGE_PATH = 'home';
export function getHomePageRoute() { export function getHomePageRoute() {
return `/${HOME_PAGE_PATH}`; return `/${HOME_PAGE_PATH}`;