start implementing gw serve mux support

This commit is contained in:
2025-03-24 12:43:53 -04:00
parent 3e319b24fd
commit 4e014d5ea0
11 changed files with 227 additions and 161 deletions

View File

@ -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)