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{