mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
921 B
921 B
404
This page could not be found.
// Write some code in the meantime :)
const Axios = require('axios');
const { setupCache, buildWebStorage } = require('axios-cache-interceptor');
const axios = Axios.create({});
setupCache(axios, {});
await axios.get('https://jsonplaceholder.typicode.com/posts/1');