[develop | DONE | CHANGED]: app.module.ts: Removed CacheInterceptorService from EXPLORE.

This commit is contained in:
Konstantina Galouni 2024-02-08 17:56:42 +02:00
parent 9952b55f2c
commit a7d0cc5d4e
1 changed files with 5 additions and 5 deletions

View File

@ -39,11 +39,11 @@ import {AlertModalModule} from './openaireLibrary/utils/modal/alertModal.module'
exports: [AppComponent], exports: [AppComponent],
providers: [ providers: [
{provide: APP_ID, useValue: 'explore'}, {provide: APP_ID, useValue: 'explore'},
{ // {
provide: HTTP_INTERCEPTORS, // provide: HTTP_INTERCEPTORS,
useClass: CacheInterceptorService, // useClass: CacheInterceptorService,
multi: true // multi: true
}, // },
{ {
provide: HTTP_INTERCEPTORS, provide: HTTP_INTERCEPTORS,
useClass: HttpInterceptorService, useClass: HttpInterceptorService,