mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-06-15 18:11:42 +08:00
Unnecessary path variable definition [WEB_ANNOTATION_NAMES]
This commit is contained in:
@@ -67,7 +67,7 @@ public class TokenBasedAuthorizeEndpoint extends AuthorizeBaseEndpoint{
|
||||
public ModelAndView authorize(
|
||||
HttpServletRequest request,
|
||||
HttpServletResponse response,
|
||||
@PathVariable("id") String id,
|
||||
@PathVariable String id,
|
||||
@CurrentUser UserInfo currentUser){
|
||||
ModelAndView modelAndView=new ModelAndView();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user