Fix server naming

This commit is contained in:
Benedikt Kulmann
2020-07-02 08:13:24 +02:00
parent cabfb96fc5
commit 7faf5ca52f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ func Server(opts ...Option) http.Service {
)
mux.Use(middleware.Version(
"settings",
options.Name,
version.String,
))