fix:测试次数
parent
daa5043a8b
commit
4b372cd7c6
|
@ -46,7 +46,6 @@ public class ConnectorController {
|
|||
public Result<Connector> findApiById(@PathVariable(value = "id") Long id){
|
||||
return Result.success(connectorService.findApiById(id));
|
||||
}
|
||||
//TODO 根据id查询
|
||||
/**
|
||||
* 资产列表
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue