fix SidecarController's broken link. (#3381)

fix SidecarController's broken link.
This commit is contained in:
周立
2019-02-13 15:51:10 -06:00
committed by Ryan Baxter
parent ebfc626538
commit 8a01660f6b
@@ -59,7 +59,7 @@ public class SidecarController {
public String home() {
return "<head><title>Sidecar</title></head><body>\n"
+ "<a href='/ping'>ping</a><br/>\n"
+ "<a href='/health'>health</a><br/>\n" + "<a href='/hosts/"
+ "<a href='/actuator/health'>health</a><br/>\n" + "<a href='/hosts/"
+ this.appName + "'>hosts/" + this.appName + "</a><br/>\n" + "</body>";
}