import { setup } from 'axios-cache-adapter' const api = setup({ cache: { maxAge: 15 * 60 * 1000 } }) api({ url: 'http://some-reset.api/url', ...
確定! 回上一頁