Update main.go
All checks were successful
Build Go Binary / build (push) Successful in 41s

This commit is contained in:
holzi1005 2025-08-06 17:16:38 +02:00
parent b90d855736
commit 27ab196460

View file

@ -243,6 +243,7 @@ func main() {
}
}
b.Servers = servers
log.Printf("Backend %s: ServerOptions = %q", b.Name, b.ServerOptions)
backends = append(backends, b)
}
tmplAbsPath, err := filepath.Abs(templatePath)