Update RestUserInfoController.java

This commit is contained in:
MaxKey 2021-02-26 18:15:02 +08:00
parent d00421ccfd
commit 44ccfaa1d5

View File

@ -67,7 +67,7 @@ public class RestUserInfoController {
return userInfo;
}
@RequestMapping(method = RequestMethod.POST)
@RequestMapping(value = "/changePassword",method = RequestMethod.POST)
@ResponseBody
public String changePassword(
@RequestParam(required = true) String username,