remove micro gateway service definition

This commit is contained in:
A.Unger
2019-12-17 10:01:04 +01:00
parent 4be207750e
commit 70c496d830
2 changed files with 0 additions and 89 deletions
-3
View File
@@ -128,9 +128,6 @@ 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)
}