mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-03 23:20:26 +08:00
增加API方法调用耗时统计
This commit is contained in:
@@ -167,7 +167,7 @@ func (this *Setup) Run() error {
|
||||
apiNodeId = nodeId
|
||||
}
|
||||
|
||||
apiNode, err := dao.FindEnabledAPINode(nil, apiNodeId)
|
||||
apiNode, err := dao.FindEnabledAPINode(nil, apiNodeId, nil)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user