Skip to content

Commit

Permalink
Merge pull request fatedier#1206 from bgkavinga/master
Browse files Browse the repository at this point in the history
api error fix due to status code
  • Loading branch information
fatedier authored Apr 24, 2019
2 parents 6a7efc8 + 879ca47 commit f0df608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/dashboard_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0df608

Please sign in to comment.