api error fix due to status code

This commit is contained in:
Gihan 2019-04-21 13:29:35 +05:30 committed by fatedier
parent 12c5c553c3
commit 9f47c324b7
1 changed files with 1 additions and 0 deletions

View File

@ -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