Fix bug
This commit is contained in:
parent
df82ed3c29
commit
d6c5a76dd1
@ -376,6 +376,7 @@ public class InstanceController {
|
|||||||
Loggers.SRV_LOG.debug("no instance to serve for service: " + serviceName);
|
Loggers.SRV_LOG.debug("no instance to serve for service: " + serviceName);
|
||||||
}
|
}
|
||||||
result.put("name", serviceName);
|
result.put("name", serviceName);
|
||||||
|
result.put("clusters", clusters);
|
||||||
result.put("hosts", new JSONArray());
|
result.put("hosts", new JSONArray());
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user