add initial application structure with configuration, logging, and health check endpoints
This commit is contained in:
@@ -5,7 +5,7 @@ import "go.uber.org/fx"
|
||||
|
||||
var Module = fx.Options(
|
||||
fx.Provide(
|
||||
NewHealthController,
|
||||
NewHeroController,
|
||||
),
|
||||
fx.Invoke(
|
||||
RegisterRoutes,
|
||||
|
||||
Reference in New Issue
Block a user