comment out api initialization

This commit is contained in:
A.Unger
2019-12-13 10:16:04 +01:00
parent e3ff508e02
commit 2903a9e3d4
+3
View File
@@ -128,6 +128,9 @@ func Server(cfg *config.Config) cli.Command {
defer cancel()
// register a micro gateway
// mapi.MicroGateway(ctx, cancel, &gr, cfg)
for _, fn := range register.Handlers {
fn(ctx, cancel, &gr, cfg)
}