mirror of https://github.com/halo-dev/halo
update some chinese descriptions (#711)
Co-authored-by: wangbingzhi <853244870@qq.com>pull/719/head
parent
8f2894a2a4
commit
abaaadafe8
|
@ -19,7 +19,7 @@ public class DisableOnConditionController {
|
||||||
@GetMapping("/no")
|
@GetMapping("/no")
|
||||||
@DisableOnCondition
|
@DisableOnCondition
|
||||||
public BaseResponse<String> blockAccess() {
|
public BaseResponse<String> blockAccess() {
|
||||||
return BaseResponse.ok("测试静止访问");
|
return BaseResponse.ok("测试禁止访问");
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/yes")
|
@GetMapping("/yes")
|
||||||
|
|
Loading…
Reference in New Issue