-เพิ่มการรองรับ interfaces/dashboard.interface.ts

This commit is contained in:
2025-11-13 14:20:15 +07:00
parent 78ce686f97
commit 37ca45701b
4 changed files with 55 additions and 3 deletions

View File

@@ -4,7 +4,8 @@ export const CACHEABLE_URLS = {
// e.g., '/api/data'
],
POST: [
'/api/web/accountingSearch'
'/api/web/accountingSearch',
'/api/nigga'
// Add POST URIs here that you want to cache
// e.g., '/api/search'
]