Skip to content

Commit

Permalink
feat : image size body에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sycuuui committed Apr 12, 2024
1 parent 845e1ad commit 1856125
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ public String getFilename() {
});
}

body.add("imageSize",imageContents.size());

// HTTP 요청 설정
HttpHeaders headers = new HttpHeaders();
headers.setContentType(MediaType.MULTIPART_FORM_DATA);
Expand Down

0 comments on commit 1856125

Please sign in to comment.