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

This commit is contained in:
Sondissimo
2023-09-03 17:42:26 +02:00
parent 18aa0bbd96
commit eb82628164

View File

@@ -31,6 +31,7 @@ export function getBitstreamRequestACopyRoute(item, bitstream): { routerLink: st
} }
}; };
} }
export const COAR_NOTIFY_SUPPORT = 'coar-notify-support';
export const HOME_PAGE_PATH = 'admin'; export const HOME_PAGE_PATH = 'admin';