comment out api initialization
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user