Skip to content

Commit

Permalink
Merge pull request #622 from tukcomCD2024/fix/docs-B-core-#621
Browse files Browse the repository at this point in the history
fix : 문서화 security scheme 추가 #621
  • Loading branch information
seokho-1116 authored Aug 11, 2024
2 parents c2fa16e + 0dd69fa commit 67bcd8c
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 67bcd8c

Please sign in to comment.