!399 【轻量级 PR】修改验证码路径适配 cloud

Merge pull request !399 from MichelleChung/5.X
feature/model
疯狂的狮子Li 1 year ago committed by Gitee
commit a37b7cafad
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -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