Skip to content

Commit

Permalink
πŸ‘€ :: chore :: 메세지 μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
soyeonkim0227 committed Dec 29, 2023
1 parent acea135 commit 5a1344b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/chat/chat.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class ChatController {
};
}

@ApiOperation({ summary: "μ±„νŒ…λ°©μ— 멀버 μ΄ˆλŒ€ν•˜κΈ° API", description: "μ±„νŒ…λ°©μ— 멀버 μ΄ˆλŒ€ν•˜κΈ°" })
@ApiOperation({ summary: "μƒˆλ‘œμš΄ 멀버 μ΄ˆλŒ€ API", description: "μƒˆλ‘œμš΄ 멀버 μ΄ˆλŒ€" })
@ApiHeader({ name: "authorization", required: true })
@ApiBody({ type: InviteMemberDto })
@ApiOkResponse({
Expand Down Expand Up @@ -421,7 +421,7 @@ export class ChatController {
return {
data,
statusCode: 200,
statusMsg: ""
statusMsg: "μ±„νŒ… 곡지 μ™„λ£Œ"
};
}

Expand Down
2 changes: 1 addition & 1 deletion src/user/user.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class UserController {
return {
data,
statusCode: 200,
statusMsg: "둜그인이 μ™„λ£Œλ˜μ—ˆμŠˆ γ… γ… "
statusMsg: "둜그인이 μ™„λ£Œλ˜μ—ˆμŠ΅λ‹ˆλ‹€."
};
}

Expand Down

0 comments on commit 5a1344b

Please sign in to comment.