From 7ad0f5d00b8ab9968814fdbb61fb5ea6d0e3ed4b Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 15 Jul 2020 11:36:44 +0000 Subject: [PATCH] [Explore | Trunk]: Change b2note property url git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@59129 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/src/environments/environment.beta.ts | 2 +- explore/src/environments/environment.prod.ts | 2 +- explore/src/environments/environment.test.ts | 2 +- explore/src/environments/environment.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/explore/src/environments/environment.beta.ts b/explore/src/environments/environment.beta.ts index 1c421c80..97b4b8ea 100644 --- a/explore/src/environments/environment.beta.ts +++ b/explore/src/environments/environment.beta.ts @@ -114,5 +114,5 @@ export let properties: EnvProperties = { depositSearchPage: "/participate/deposit/search", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P", - b2noteAPIURL: "http://b2note-dev.bsc.es/api/" + b2noteAPIURL: "http://b2note-dev.bsc.es/" }; diff --git a/explore/src/environments/environment.prod.ts b/explore/src/environments/environment.prod.ts index a0f9dcf7..57ee26eb 100644 --- a/explore/src/environments/environment.prod.ts +++ b/explore/src/environments/environment.prod.ts @@ -115,5 +115,5 @@ export let properties: EnvProperties = { depositSearchPage: "/participate/deposit/search", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P", - b2noteAPIURL: "http://b2note-dev.bsc.es/api/" + b2noteAPIURL: "http://b2note-dev.bsc.es/" }; diff --git a/explore/src/environments/environment.test.ts b/explore/src/environments/environment.test.ts index 49882aec..1dc20445 100644 --- a/explore/src/environments/environment.test.ts +++ b/explore/src/environments/environment.test.ts @@ -112,5 +112,5 @@ export let properties: EnvProperties = { depositSearchPage: "/participate/deposit/search", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P", - b2noteAPIURL: "http://b2note-dev.bsc.es/api/" + b2noteAPIURL: "http://b2note-dev.bsc.es/" }; diff --git a/explore/src/environments/environment.ts b/explore/src/environments/environment.ts index 35f72968..206ad8d4 100644 --- a/explore/src/environments/environment.ts +++ b/explore/src/environments/environment.ts @@ -118,5 +118,5 @@ export let properties: EnvProperties = { depositSearchPage: "/participate/deposit/search", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", reCaptchaSiteKey: "6LcVtFIUAAAAAB2ac6xYivHxYXKoUvYRPi-6_rLu", - b2noteAPIURL: "http://b2note-dev.bsc.es/api/" + b2noteAPIURL: "http://b2note-dev.bsc.es/" };