Skip to content

Commit

Permalink
Update: 게시물 전체 조회 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seungheon123 committed Nov 21, 2023
1 parent 01e9c73 commit f6caa23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public ResponseEntity<?> search(@RequestParam("id") long id){

@Operation(summary = "게시물 전체 조회",description = "게시물 전체를 조회합니다")
@ApiResponse(responseCode = "200",description = "게시물 전체 조회 성공",content = @Content(schema=@Schema(implementation = PostSearchAllListResponseDto.class)))
@GetMapping("/post/serach/all")
@GetMapping("/post/search/all")
public ResponseEntity<?> searchAll(){
try{
PostSearchAllListResponseDto postSearchAllListResponseDto = postService.searchAll();
Expand Down

0 comments on commit f6caa23

Please sign in to comment.