add onlyoffice

This commit is contained in:
A.Unger
2021-03-04 13:26:49 +01:00
parent d0b71bf560
commit f7917bf760
7 changed files with 46 additions and 17 deletions
-2
View File
@@ -138,8 +138,6 @@ func Server(cfg *config.Config) *cli.Command {
http.Context(ctx),
http.Config(cfg),
http.Metrics(metrics),
http.Flags(flagset.RootWithConfig(config.New())),
http.Flags(flagset.ServerWithConfig(config.New())),
)
if err != nil {