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,