diff --git a/lib/http/server.go b/lib/http/server.go index 9d69c6585..253bdc60e 100644 --- a/lib/http/server.go +++ b/lib/http/server.go @@ -89,7 +89,6 @@ type Config struct { TLSKeyBody []byte // TLS PEM Private key body, ignores TLSKey ClientCA string // Client certificate authority to verify clients with MinTLSVersion string // MinTLSVersion contains the minimum TLS version that is acceptable. - Template string } // AddFlagsPrefix adds flags for the httplib