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