From 3de74dd6248e868a603fc09f3e65a82c1abe258c Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 5 Jan 2021 13:27:18 +0000 Subject: [PATCH] [Explore | Trunk]: Remove b2note url from production git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60190 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/src/environments/environment.prod.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/explore/src/environments/environment.prod.ts b/explore/src/environments/environment.prod.ts index ed01815e..dcd4176e 100644 --- a/explore/src/environments/environment.prod.ts +++ b/explore/src/environments/environment.prod.ts @@ -116,6 +116,5 @@ export let properties: EnvProperties = { depositLearnHowPage: "/participate/deposit/learn-how", depositSearchPage: "/participate/deposit/search", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", - reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P", - b2noteAPIURL: 'https://b2note.eudat.eu/' + reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P" };