From 4acc78f007f5d522f896643e7db81c7ce43cb8bb Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Wed, 29 Nov 2017 13:41:39 +0000 Subject: [PATCH] fix the production cache url git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@50021 d315682c-612b-4755-9ff5-7f18f6832af3 --- portal-4cli/src/app/utils/properties/openaireProperties.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal-4cli/src/app/utils/properties/openaireProperties.ts b/portal-4cli/src/app/utils/properties/openaireProperties.ts index 231feee3..096437c9 100644 --- a/portal-4cli/src/app/utils/properties/openaireProperties.ts +++ b/portal-4cli/src/app/utils/properties/openaireProperties.ts @@ -395,9 +395,9 @@ export class OpenaireProperties { } public static getCacheUrl():string{ if(this.productionMode){ - return this.cache; - }else{ return this.cache_pm; + }else{ + return this.cache; } } public static isCacheEnabled():boolean{