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

pull/11/head
Konstantina Galouni 3 months ago
parent 9952b55f2c
commit a7d0cc5d4e

@ -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,

Loading…
Cancel
Save