diff --git a/infra/conf/router.go b/infra/conf/router.go index accb2c4b..99064543 100644 --- a/infra/conf/router.go +++ b/infra/conf/router.go @@ -94,10 +94,9 @@ func (c *RouterConfig) Build() (*router.Config, error) { } type RouterRule struct { - Type string `json:"type"` - OutboundTag string `json:"outboundTag"` - BalancerTag string `json:"balancerTag"` - + Type string `json:"type"` + OutboundTag string `json:"outboundTag"` + BalancerTag string `json:"balancerTag"` DomainMatcher string `json:"domainMatcher"` }