Skip to content

Commit

Permalink
[fix] #15 keyword 조회 api 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuKwanKon committed Jan 3, 2024
1 parent a8c85ca commit 024485d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public ResponseEntity<SuccessResponse<?>> searchTextPost(@UserId final Long user
return SuccessResponse.ok(responseDto);
}

@GetMapping("/search/{key}")
@GetMapping("/{key}")
public ResponseEntity<SuccessResponse<?>> searchKeyWordPost(@UserId final Long userId,
@PathVariable final String key,
@RequestParam final String type,
Expand Down

0 comments on commit 024485d

Please sign in to comment.