Skip to content

Commit

Permalink
문서 jwt 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomeo184 committed Nov 30, 2023
1 parent e401a52 commit 69abba1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public ResponseEntity<ApiResponse<CommonCreationResponse>> createPost(
);
}

@Operation(summary = "게시글 목록 조회", security = {@SecurityRequirement(name = "jwt")})
@Operation(summary = "게시글 목록 조회")
@GetMapping("/posts")
public ResponseEntity<ApiResponse<PostSummaries>> showPosts(
@Schema(hidden = true) @AuthenticationPrincipal LoginMember loginMember,
Expand Down

0 comments on commit 69abba1

Please sign in to comment.