Skip to content

Commit

Permalink
wire gen auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Kannan112 committed Nov 16, 2023
1 parent 65d0da7 commit 135b487
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pkg/di/wire.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ func InitializeAPI(cfg config.Config) (*http.ServerHTTP, error) {
usecase.NewCouponUseCase,
usecase.NewWalletUseCase,
usecase.NewOtpUseCase,
// usecase.NewTokenRenewUseCase,
usecase.NewTokenRenewUseCase,
usecase.NewAuthUseCase,
handler.NewUserHandler,
handler.NewAdminSHandler,
handler.NewProductHandler,
Expand All @@ -46,7 +47,8 @@ func InitializeAPI(cfg config.Config) (*http.ServerHTTP, error) {
handler.NewCouponHandler,
handler.NewWalletHandler,
handler.NewOtpHandler,
//handler.NewRenewHandler,
handler.NewRenewHandler,
handler.NewAuthHandler,
http.NewServerHTTP,
)

Expand Down
5 changes: 4 additions & 1 deletion pkg/di/wire_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 135b487

Please sign in to comment.