start implementing gw serve mux support
This commit is contained in:
@ -44,6 +44,9 @@ func (a *App) MustRun() {
|
||||
|
||||
var serverWG sync.WaitGroup
|
||||
|
||||
// TODO: Figure out where to merge GRPC Gateway Serve Mux
|
||||
// into HTTP serve mux
|
||||
|
||||
// Start HTTP (does not block)
|
||||
if a.cfg.HTTPEnabled() {
|
||||
serverWG.Add(1)
|
||||
|
Reference in New Issue
Block a user