mirror of
https://gitee.com/log4j/pig.git
synced 2025-01-03 23:42:22 +08:00
🐛 Fixing a bug. closed #I64ZNM 接口对外暴露范围过大 修改为 Inner范围
This commit is contained in:
parent
ebf7e1ceed
commit
605b89880a
@ -118,7 +118,7 @@ public class OauthClientDetailsController {
|
|||||||
return R.ok();
|
return R.ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Inner(false)
|
@Inner
|
||||||
@GetMapping("/getClientDetailsById/{clientId}")
|
@GetMapping("/getClientDetailsById/{clientId}")
|
||||||
public R getClientDetailsById(@PathVariable String clientId) {
|
public R getClientDetailsById(@PathVariable String clientId) {
|
||||||
return R.ok(sysOauthClientDetailsService.getOne(
|
return R.ok(sysOauthClientDetailsService.getOne(
|
||||||
|
Loading…
Reference in New Issue
Block a user