Skip to content

Commit

Permalink
Merge pull request #160 from modern-agile-team/feature/auth
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
hobiJeong authored Dec 21, 2023
2 parents b3eaf33 + c11c545 commit ca54514
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function ApiCreateChatImage() {
summary:
'특정 채팅방 이미지 생성. 채팅 이미지 전송 시, 여기서 생성한 이미지 url을 통해 socket으로 채팅 전송 요청',
description:
'Headers - access_token, Param - roomId, Formdata - ReceivedUserDto, key: file, value: image.png',
'Headers - access_token, Param - roomId, FormData - ReceivedUserDto, key: file, value: image.png',
}),
ApiResponse({
status: 201,
Expand Down

0 comments on commit ca54514

Please sign in to comment.