interpretHeader=false

This commit is contained in:
martin-mfg
2025-10-13 19:33:03 +02:00
parent b913fa3d9b
commit da1d21cda9
+1
View File
@@ -4,6 +4,7 @@ import { setupCache } from 'axios-cache-interceptor';
const cachedAxios = setupCache(axios, {
// Cache for 30 minutes
ttl: 30 * 60 * 1000,
interpretHeader: false,
methods: ['get', 'post'],
});