mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 20:17:29 +08:00
change route name (#51)
This commit is contained in:
@@ -73,7 +73,7 @@ type WrapperHTTPRoute struct {
|
||||
}
|
||||
|
||||
func (w *WrapperHTTPRoute) Meta() string {
|
||||
return strings.Join([]string{w.WrapperConfig.Config.Namespace, w.WrapperConfig.Config.Name}, "-")
|
||||
return strings.Join([]string{w.WrapperConfig.Config.Namespace, w.WrapperConfig.Config.Name}, "/")
|
||||
}
|
||||
|
||||
func (w *WrapperHTTPRoute) BasePathFormat() string {
|
||||
|
||||
Reference in New Issue
Block a user