mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
api error fix due to status code
This commit is contained in:
parent
6a7efc81c9
commit
879ca47590
@ -279,6 +279,7 @@ func (svr *Service) getProxyStatsByTypeAndName(proxyType string, proxyName strin
|
|||||||
proxyInfo.CurConns = ps.CurConns
|
proxyInfo.CurConns = ps.CurConns
|
||||||
proxyInfo.LastStartTime = ps.LastStartTime
|
proxyInfo.LastStartTime = ps.LastStartTime
|
||||||
proxyInfo.LastCloseTime = ps.LastCloseTime
|
proxyInfo.LastCloseTime = ps.LastCloseTime
|
||||||
|
code = 200
|
||||||
}
|
}
|
||||||
|
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user