CST-11012 removed not needed path in app-routing-paths.ts

This commit is contained in:
Sondissimo
2023-09-03 14:02:47 +02:00
parent 07527e1170
commit 1f5f0555dd

View File

@@ -34,10 +34,6 @@ export function getBitstreamRequestACopyRoute(item, bitstream): { routerLink: st
export const COAR_NOTIFY_SUPPORT = 'coar-notify-support'; export const COAR_NOTIFY_SUPPORT = 'coar-notify-support';
export function getCoarNotifyInfoRoute() {
return `/${COAR_NOTIFY_SUPPORT}`;
}
export const HOME_PAGE_PATH = 'admin'; export const HOME_PAGE_PATH = 'admin';
export function getHomePageRoute() { export function getHomePageRoute() {