add things query

This commit is contained in:
João Geonizeli
2022-08-15 09:02:57 -03:00
parent 458d9a1376
commit 0b63f6eae0
11 changed files with 209 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
import { setupCache } from 'axios-cache-adapter'
export const httpCacheAdapter = setupCache({
maxAge: 60 * 60 * 1000, // 1 hour
}).adapter