Skip to content

Commit

Permalink
feat-SsoController-kaptcha
Browse files Browse the repository at this point in the history
  • Loading branch information
aruis committed Oct 15, 2024
1 parent bd02125 commit b2fc2db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public boolean logout() {
}

@GET
@Path("/code")
@Path("/kaptcha")
@Operation(summary = "获取验证码")
public Response kaptcha() {
var response = routingContext.response(); // 这里改用 Inject 的 routingContext
Expand Down

0 comments on commit b2fc2db

Please sign in to comment.