From a7d0cc5d4e8b3a48b7a8d2414120a9b227ab85b7 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 8 Feb 2024 17:56:42 +0200 Subject: [PATCH] [develop | DONE | CHANGED]: app.module.ts: Removed CacheInterceptorService from EXPLORE. --- explore/src/app/app.module.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/explore/src/app/app.module.ts b/explore/src/app/app.module.ts index 81d561fc..1704868f 100755 --- a/explore/src/app/app.module.ts +++ b/explore/src/app/app.module.ts @@ -39,11 +39,11 @@ import {AlertModalModule} from './openaireLibrary/utils/modal/alertModal.module' exports: [AppComponent], providers: [ {provide: APP_ID, useValue: 'explore'}, - { - provide: HTTP_INTERCEPTORS, - useClass: CacheInterceptorService, - multi: true - }, + // { + // provide: HTTP_INTERCEPTORS, + // useClass: CacheInterceptorService, + // multi: true + // }, { provide: HTTP_INTERCEPTORS, useClass: HttpInterceptorService,