update 修改验证码路径适配 cloud ;
This commit is contained in:
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…
x
Reference in New Issue
Block a user