Skip to content

Commit

Permalink
Fix ApiResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladik-gif committed Apr 6, 2024
1 parent 785c188 commit 5a8451c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ public void requestEmailUpdatePassword(@RequestBody @Validated final EmailReques
@Schema(implementation = AuthRequest.class)
)
),
@ApiResponse(responseCode = "401", description = "Unauthorized")
}
)
public void activeUser(@RequestParam final String jwt) {
Expand Down

0 comments on commit 5a8451c

Please sign in to comment.