Skip to content

Commit

Permalink
Bug/Cla_group CRUD APIs
Browse files Browse the repository at this point in the history
- Resolved implementation error of the cla_group API handlers

Signed-off-by: Harold Wanyama <[email protected]>
  • Loading branch information
nickmango committed Dec 15, 2023
1 parent 8c8dae5 commit bf65310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cla-backend-go/cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ func server(localMode bool) http.Handler {
v2Company.Configure(v2API, v2CompanyService, v1ProjectClaGroupRepo, configFile.LFXPortalURL, configFile.CorporateConsoleV1URL)
cla_manager.Configure(api, v1ClaManagerService, v1CompanyService, v1ProjectService, usersService, v1SignaturesService, eventsService, emailTemplateService)
v2ClaManager.Configure(v2API, v2ClaManagerService, v1CompanyService, configFile.LFXPortalURL, configFile.CorporateConsoleV2URL, v1ProjectClaGroupRepo, userRepo)
sign.Configure(v2API, v2SignService, usersService)
cla_groups.Configure(v2API, v2ClaGroupService, v1ProjectService, v1ProjectClaGroupRepo, eventsService)
sign.Configure(v2API, v2SignService, usersService)
v2GithubActivity.Configure(v2API, v2GithubActivityService)

userCreaterMiddleware := func(next http.Handler) http.Handler {
Expand Down

0 comments on commit bf65310

Please sign in to comment.