Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
nooxx committed Jun 19, 2024
1 parent ffde4c1 commit eeb1959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from "axios";

const api = axios.create({});
const api = axios.create();
api.interceptors.response.use(
(res) => res,
(err) => {
Expand Down

0 comments on commit eeb1959

Please sign in to comment.