#921 Disagree "Allows access to unpass node (#825)" (#924)

This commit is contained in:
Roc Lee 2019-06-18 14:36:05 +08:00 committed by Thiago Loureiro
parent b707cd6175
commit de8ec19fbb

View File

@ -26,7 +26,7 @@
public async Task<List<Service>> Get() public async Task<List<Service>> Get()
{ {
var queryResult = await _consul.Health.Service(_config.KeyOfServiceInConsul, string.Empty, false); var queryResult = await _consul.Health.Service(_config.KeyOfServiceInConsul, string.Empty, true);
var services = new List<Service>(); var services = new List<Service>();