Skip to content

Commit

Permalink
chore: formdata content type 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj2713 committed Aug 13, 2024
1 parent 2d0b37b commit d8b5009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/src/apis/rushAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export const RushAPI = {
return new Promise((resolve) => resolve([]));
const response = await fetchWithTimeout(`${baseURL}`, {
method: "PUT",
headers: { "Content-Type": "multipart/form-data" },
body: JSON.stringify(body),
});
return response.json();
Expand Down

0 comments on commit d8b5009

Please sign in to comment.