Skip to content

Commit

Permalink
fix : security scheme 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-1116 committed Aug 8, 2024
1 parent 3a18bd1 commit 524f567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public interface AuthApi {
로그인된 사용자만 가능하다.
""",
security = {@SecurityRequirement(name = "user_token")},
tags = {"auth"}
)
@ApiResponses(value = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ ResponseEntity<ApiSpec<String>> updateMemberPhoneSearchAvailable(
description = """
가입한 사용자가 회원을 탈퇴한다.
""",
security = {@SecurityRequirement(name = "user_token")},
tags = {"member"}
)
@ApiResponses(value = {
Expand Down

0 comments on commit 524f567

Please sign in to comment.