Skip to content

Commit

Permalink
[fix] 태그 조회 API 수정.
Browse files Browse the repository at this point in the history
  • Loading branch information
dongseoki committed Nov 12, 2023
1 parent 4c4cf60 commit d5bedfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class TagController {
@GetMapping()
@ResponseStatus(HttpStatus.OK)
public SearchTagResponseDto searchTag(
@RequestParam(name="page", defaultValue ="0")
@RequestParam(name="searchKeyword", defaultValue ="")
@Schema(description = "검색 키워드 기본값 빈값", example = "")
String searchKeyword)
{
Expand Down

0 comments on commit d5bedfb

Please sign in to comment.