first commit
This commit is contained in:
5
_mockApis/mockAdapter.ts
Normal file
5
_mockApis/mockAdapter.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import AxiosMockAdapter from 'axios-mock-adapter';
|
||||
import axios from '@/utils/axios';
|
||||
|
||||
const mock = new AxiosMockAdapter(axios, { delayResponse: 0 });
|
||||
export default mock;
|
||||
Reference in New Issue
Block a user