From eb82628164f070f96f27b4200756388e52797068 Mon Sep 17 00:00:00 2001 From: Sondissimo Date: Sun, 3 Sep 2023 17:42:26 +0200 Subject: [PATCH] CST-11012 needed path in app-routing-paths.ts --- src/app/app-routing-paths.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/app-routing-paths.ts b/src/app/app-routing-paths.ts index fe2837c6e3..3722383745 100644 --- a/src/app/app-routing-paths.ts +++ b/src/app/app-routing-paths.ts @@ -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';