mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-25 06:18:42 -05:00
Fix server naming
This commit is contained in:
@@ -161,7 +161,7 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
|
||||
gr.Add(server.Run, func(_ error) {
|
||||
logger.Info().
|
||||
Str("server", "http").
|
||||
Str("server", "grpc").
|
||||
Msg("Shutting down server")
|
||||
|
||||
cancel()
|
||||
|
||||
@@ -46,7 +46,7 @@ func Server(opts ...Option) http.Service {
|
||||
)
|
||||
|
||||
mux.Use(middleware.Version(
|
||||
"settings",
|
||||
options.Name,
|
||||
version.String,
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user