Skip to content

Commit 5211d5f

Browse files
committed
feat: 게시글 생성 기능
1 parent fd59c51 commit 5211d5f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/post/post.swagger.ts

-4
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ export function CreatePostsSwagger(text: string) {
9090
description: '권한이 없습니다.',
9191
type: BaseResponse,
9292
}),
93-
ApiUnprocessableEntityResponse({
94-
description: '요청이 처리 불가능합니다.',
95-
type: BaseResponse,
96-
}),
9793
ApiInternalServerErrorResponse({
9894
description: '서버 오류입니다.',
9995
type: BaseResponse,

0 commit comments

Comments
 (0)