Skip to content

Commit

Permalink
트랙 업로드
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcgrdn committed Jan 16, 2025
1 parent d12a272 commit 9575d53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/upload/TrackUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export function TrackUpload() {
method: "POST",
headers: {
"Authorization": `Bearer ${accessToken}`,
"Content-Type": "application/json",
},
body: JSON.stringify(form),
credentials: "include",
Expand Down

0 comments on commit 9575d53

Please sign in to comment.