From e404f1caf54dc5200fa34c6cc9d4571676b317fe Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 7 Apr 2020 14:09:44 +0000 Subject: [PATCH] [Library | Trunk]: Add b2noteAPIURL on properties git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58419 d315682c-612b-4755-9ff5-7f18f6832af3 --- utils/properties/env-properties.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/properties/env-properties.ts b/utils/properties/env-properties.ts index 5ad4535d..42979cba 100644 --- a/utils/properties/env-properties.ts +++ b/utils/properties/env-properties.ts @@ -156,4 +156,5 @@ export class EnvProperties { lastIndexUpdate: string; indexInfoAPI: string; altMetricsAPIURL: string; + b2noteAPIURL: string; }