Skip to content

Commit 7ddc1dc

Browse files
committed
#4 [CHORE] 폼타입변경
1 parent ef5c71e commit 7ddc1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import axios from 'axios';
33
export const apiClient = axios.create({
44
baseURL: import.meta.env.VITE_API_BASE_URL || 'https://backendbase.site',
55
headers: {
6-
'Content-Type': 'application/json',
6+
'Content-Type': 'multipart/form-data',
77
},
88
withCredentials: false,
99
});

0 commit comments

Comments
 (0)