mirror of https://github.com/fatedier/frp.git
Merge pull request #1206 from bgkavinga/master
api error fix due to status code
This commit is contained in:
commit
f0df6084af
|
@ -279,6 +279,7 @@ func (svr *Service) getProxyStatsByTypeAndName(proxyType string, proxyName strin
|
|||
proxyInfo.CurConns = ps.CurConns
|
||||
proxyInfo.LastStartTime = ps.LastStartTime
|
||||
proxyInfo.LastCloseTime = ps.LastCloseTime
|
||||
code = 200
|
||||
}
|
||||
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue