Skip to content

Commit

Permalink
[Fix]: 닉네임 중복확인 메서드 원래대로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-Crayon committed Mar 5, 2024
1 parent 80cc7e1 commit 535f5fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public ResponseEntity<ApiResponse<String>> getUsername(@AuthenticationPrincipal
));
}

@GetMapping("/check")
@GetMapping("")
@Operation(
summary = "닉네임 중복 확인 API 메서드",
description = "사용자 닉네임의 사용여부를 반환해주는 메서드입니다. true -> 사용중, false -> 사용 가능"
Expand Down

0 comments on commit 535f5fe

Please sign in to comment.