mirror of
https://github.com/spring-cloud/spring-cloud-netflix.git
synced 2026-09-17 15:49:00 +00:00
fix SidecarController's broken link. (#3381)
fix SidecarController's broken link.
This commit is contained in:
+1
-1
@@ -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>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user