- catching
All checks were successful
Build Docker Image / Preparing Dependecies (push) Successful in 5s
All checks were successful
Build Docker Image / Preparing Dependecies (push) Successful in 5s
This commit is contained in:
12
ng-ttc-frontend/src/app/config/caching.config.ts
Normal file
12
ng-ttc-frontend/src/app/config/caching.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export const CACHEABLE_URLS = {
|
||||
GET: [
|
||||
// Add GET URIs here that you want to cache
|
||||
// e.g., '/api/data'
|
||||
],
|
||||
POST: [
|
||||
'/api/web/accountingSetup',
|
||||
'/api/nigga'
|
||||
// Add POST URIs here that you want to cache
|
||||
// e.g., '/api/search'
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user