Skip to content

Commit

Permalink
MAT-7204a
Browse files Browse the repository at this point in the history
  • Loading branch information
ethankaplan committed Jun 26, 2024
1 parent 0fb81ac commit af8af2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/util/axios-insatnce.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import axios from "axios";
import wafIntercept from "./wafIntercept";

export const axiosInstance = axios.create();
axiosInstance.interceptors.response.use((response) => {
return response;
}, wafIntercept);

0 comments on commit af8af2f

Please sign in to comment.