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