A very naive, simple and not so robust HTTP API responder implementation.
This commit is contained in:
@@ -44,6 +44,8 @@ func main() {
|
||||
app := application.NewApplication(mainCtx, appName, appConfig)
|
||||
app.Start()
|
||||
|
||||
httpSrv.RegisterHandlerForApplication(appName, app.GetHandler())
|
||||
|
||||
apps = append(apps, app)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user