update 修改验证码路径适配 cloud ;

feature/model
zlyx 1 year ago
parent 8df34e50fa
commit ea0b82997f

@ -97,7 +97,7 @@ public class CaptchaController {
/**
*
*/
@GetMapping("/code")
@GetMapping("/auth/code")
public R<CaptchaVo> getCode() {
CaptchaVo captchaVo = new CaptchaVo();
boolean captchaEnabled = captchaProperties.getEnable();

Loading…
Cancel
Save