Skip to content

Commit

Permalink
swagger 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
unanchoi committed Nov 10, 2023
1 parent e31675c commit 79b8314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class MemberController(
@ApiResponses(
value = [
ApiResponse(responseCode = "200", description = "로그인 성공"),
ApiResponse(responseCode = "400", description = "로그아웃 실패", content = [Content(schema = Schema(implementation = Nothing::class))])
ApiResponse(responseCode = "400", description = "로그인 실패", content = [Content(schema = Schema(implementation = Nothing::class))])
]
)
@PostMapping("/sign-in")
Expand Down

0 comments on commit 79b8314

Please sign in to comment.