Pre Merge pull request !399 from MichelleChung/5.X

This commit is contained in:
MichelleChung 2023-07-20 10:49:31 +00:00 committed by Gitee
commit a9f84a5fcc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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