Skip to content

Commit 6db2482

Browse files
Hotfix
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
1 parent 801928b commit 6db2482

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cla-backend-legacy/internal/api/router.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ func RegisterRoutes(r chi.Router, h *Handlers) {
219219
r.Post("/send-authority-email", h.SendAuthorityEmailV2)
220220

221221
r.Get("/repository-provider/{provider}/sign/{installation_id}/{github_repository_id}/{change_request_id}", h.SignRequestV2)
222+
r.Get("/repository-provider/{provider}/sign/{installation_id}/{github_repository_id}/{change_request_id}/", h.SignRequestV2)
222223

223224
r.Get("/repository-provider/{provider}/oauth2_redirect", h.Oauth2RedirectV2)
224225

0 commit comments

Comments
 (0)