!399 【轻量级 PR】修改验证码路径适配 cloud
Merge pull request !399 from MichelleChung/5.X
This commit is contained in:
commit
a37b7cafad
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user