add accounts

This commit is contained in:
A.Unger
2021-03-04 10:50:06 +01:00
parent b806e4b902
commit a2a921454b
6 changed files with 44 additions and 10 deletions
-2
View File
@@ -135,8 +135,6 @@ func Server(cfg *config.Config) *cli.Command {
http.Context(ctx),
http.Config(cfg),
http.Metrics(mtrcs),
http.Flags(flagset.RootWithConfig(config.New())),
http.Flags(flagset.ServerWithConfig(config.New())),
http.Handler(handler),
)