update
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
2024-04-20 17:53:24 +03:00
parent 2939c42f3c
commit e5369db142

View File

@@ -4,6 +4,7 @@ import (
"gerald/internal/adapters/config"
"gerald/internal/adapters/logger"
"gerald/internal/interfaces/rest"
"gerald/internal/interfaces/rest/handlers"
"gerald/internal/services"
"gerald/repo/pg"
"go.uber.org/fx"
@@ -22,6 +23,9 @@ func main() {
fx.Provide(rest.NewServer),
fx.Invoke(rest.StartHTTPServer),
// HANDLERS
fx.Provide(handlers.NewFeedbackHandler),
// DB
fx.Provide(
fx.Annotate(