fixed json output for ls-routes and its API and homepage api

This commit is contained in:
yusing
2024-10-15 16:23:46 +08:00
parent f4d532598c
commit 56b778f19c
5 changed files with 23 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ import (
type (
HTTPRoute struct {
*P.ReverseProxyEntry `json:"entry"`
*P.ReverseProxyEntry
HealthMon health.HealthMonitor `json:"health,omitempty"`