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