fix(content): 오디오 콘텐츠 삭제 시 FormData 형식으로 요청하도록 수정 #90
Reference in New Issue
Block a user
No description provided.
Delete Branch "test"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
deleteAudioContent 메서드에서 api.modifyAudioContent 호출 시 기존 일반 객체 전달 방식을 FormData 객체 전달 방식으로 변경하여 서버의 multipart/form-data 기대 형식과 일치시킴