chore: 部分代码移动到开源仓库
This commit is contained in:
parent
837e6dbd30
commit
6b2890ded6
|
@ -64,4 +64,9 @@ public class TestResourcePoolController {
|
|||
return PageUtils.setPageInfo(page, testResourcePoolService.listResourcePools(request));
|
||||
}
|
||||
|
||||
@GetMapping("/list/quota/ws/valid/{workspaceId}")
|
||||
public List<TestResourcePoolDTO> listWsValidQuotaResourcePools(@PathVariable String workspaceId) {
|
||||
return testResourcePoolService.listWsValidQuotaResourcePools(workspaceId);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue