- catching
All checks were successful
Build Docker Image / Preparing Dependecies (push) Successful in 5s

This commit is contained in:
2025-11-17 17:25:51 +07:00
parent 2e07e728dd
commit a475265764
12 changed files with 8772 additions and 6562 deletions

View 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'
]
};