Skip to content

[Fix] 이미지 업로드 API 스웨거 파일 선택 버튼 미표시 수정 #123

Description

@kkw610

버그 내용

스웨거에서 POST /api/images 호출 시 multipart/form-data가 아닌
application/json으로 인식되어 파일 선택 버튼이 표시되지 않는 문제 수정

수정 사항

  • ImageController @PostMapping에 consumes = MediaType.MULTIPART_FORM_DATA_VALUE 추가

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions