forked from Ivasoft/traefik
refactoring unique backend by route
This commit is contained in:
@@ -15,7 +15,7 @@ type Rule struct {
|
||||
}
|
||||
|
||||
type Route struct {
|
||||
Backends []string
|
||||
Backend string
|
||||
Rules map[string]Rule
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user