mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-06-13 00:21:04 +08:00
Unnecessary path variable definition [WEB_ANNOTATION_NAMES]
This commit is contained in:
@@ -53,7 +53,7 @@ public class ExtendApiAuthorizeEndpoint extends AuthorizeBaseEndpoint{
|
||||
@GetMapping("/authz/api/{id}")
|
||||
public ModelAndView authorize(
|
||||
HttpServletRequest request,
|
||||
@PathVariable("id") String id,
|
||||
@PathVariable String id,
|
||||
@CurrentUser UserInfo currentUser){
|
||||
|
||||
ModelAndView modelAndView = new ModelAndView("authorize/redirect_sso_submit");
|
||||
|
||||
Reference in New Issue
Block a user