[develop | DONE | CHANGED]: app.module.ts: Removed CacheInterceptorService from EXPLORE.
This commit is contained in:
parent
9952b55f2c
commit
a7d0cc5d4e
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue