Skip to content

Commit

Permalink
docs: 文档修正
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed May 10, 2023
1 parent 2c647e9 commit 031d89d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ import {
PUT,
resolveURL,
} from 'openapi-axios/helpers';
import { Axios } from 'axios';
const axios = new Axios();
import axios from 'axios';

const request = axios.request;
const BASE_URL = '/api/v3';
Expand Down

0 comments on commit 031d89d

Please sign in to comment.