We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5c71e commit 7ddc1dcCopy full SHA for 7ddc1dc
src/api/api.ts
@@ -3,7 +3,7 @@ import axios from 'axios';
3
export const apiClient = axios.create({
4
baseURL: import.meta.env.VITE_API_BASE_URL || 'https://backendbase.site',
5
headers: {
6
- 'Content-Type': 'application/json',
+ 'Content-Type': 'multipart/form-data',
7
},
8
withCredentials: false,
9
});
0 commit comments