Skip to content

Commit

Permalink
feat: add GET _/info on swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Jan 12, 2023
1 parent 383b710 commit 7f194c4
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 260 deletions.
2 changes: 1 addition & 1 deletion internal/app/api/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func HTTPModule(serviceInfo api.ServiceInfo) fx.Option {
})
}),
fx.Supply(serviceInfo),
fx.Provide(fx.Annotate(httpRouter, fx.ParamTags(``, `group:"connectorHandlers"`))),
fx.Provide(fx.Annotate(httpRouter, fx.ParamTags(``, ``, `group:"connectorHandlers"`))),
addConnector[dummypay.Config](dummypay.NewLoader()),
addConnector[modulr.Config](modulr.NewLoader()),
addConnector[stripe.Config](stripe.NewLoader()),
Expand Down
Loading

0 comments on commit 7f194c4

Please sign in to comment.