fix(traefik): move next to the correct strcture

This commit is contained in:
Alexis Couvreur
2022-10-28 04:57:57 +00:00
parent 3196b1aa63
commit 8a9435473f
3 changed files with 9 additions and 10 deletions

View File

@@ -22,7 +22,6 @@ type Config struct {
splittedNames []string
Dynamic *DynamicConfiguration `yaml:"dynamic"`
Blocking *BlockingConfiguration `yaml:"blocking"`
Next http.Handler
}
func CreateConfig() *Config {