add things query
This commit is contained in:
5
src/utils/httpCacheAdapter.ts
Normal file
5
src/utils/httpCacheAdapter.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { setupCache } from 'axios-cache-adapter'
|
||||
|
||||
export const httpCacheAdapter = setupCache({
|
||||
maxAge: 60 * 60 * 1000, // 1 hour
|
||||
}).adapter
|
||||
Reference in New Issue
Block a user