From 18aa0bbd96ddb0c9014833302cdb71a15e901358 Mon Sep 17 00:00:00 2001 From: Sondissimo Date: Sun, 3 Sep 2023 14:03:25 +0200 Subject: [PATCH] CST-11012 removed not needed path in app-routing-paths.ts --- src/app/app-routing-paths.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/app-routing-paths.ts b/src/app/app-routing-paths.ts index efc60bb5e4..fe2837c6e3 100644 --- a/src/app/app-routing-paths.ts +++ b/src/app/app-routing-paths.ts @@ -32,8 +32,6 @@ export function getBitstreamRequestACopyRoute(item, bitstream): { routerLink: st }; } -export const COAR_NOTIFY_SUPPORT = 'coar-notify-support'; - export const HOME_PAGE_PATH = 'admin'; export function getHomePageRoute() {