interpretHeader=false
This commit is contained in:
@@ -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'],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user