Skip to content

Commit

Permalink
feat: 편지보낸사람 업데이트
Browse files Browse the repository at this point in the history
raymondanythings committed Dec 30, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 788a87b commit 0417d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/letters/letter.controller.ts
Original file line number Diff line number Diff line change
@@ -56,8 +56,8 @@ export class LetterController {
summary: '편지 보낸사람 업데이트',
description: '내가보낸 편지의 내 정보가 없을 경우, 업데이트한다',
})
@ApiOkResponse()
@ApiBearerAuth()
@Post()
@UseGuards(AccessGuard)
@Patch(':letterId')
async updateSenderIdByLetter(

0 comments on commit 0417d52

Please sign in to comment.