From b689b9f8a541701dbad69bd51c8cf9e490059522 Mon Sep 17 00:00:00 2001 From: Giuseppe Digilio Date: Tue, 14 May 2024 18:14:43 +0200 Subject: [PATCH] [DURACOM-235] Fixed home page path --- src/app/app-routing-paths.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app-routing-paths.ts b/src/app/app-routing-paths.ts index fe2837c6e3..19a8b05021 100644 --- a/src/app/app-routing-paths.ts +++ b/src/app/app-routing-paths.ts @@ -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() { return `/${HOME_PAGE_PATH}`;