mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
chore: fixed runkit import
This commit is contained in:
parent
9e3c0f057b
commit
4c58316165
@ -1,7 +1,7 @@
|
||||
/* eslint-disable @typescript-eslint/no-var-requires */
|
||||
|
||||
const { create: createAxios } = require('axios').default;
|
||||
const { setupCache } = require('../dist');
|
||||
const { setupCache } = require('axios-cache-interceptor');
|
||||
|
||||
async function main() {
|
||||
const axios = setupCache(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user