Skip to content

Commit

Permalink
Merge pull request #4223 from nickmango/bug/gitlab-signed-base-url
Browse files Browse the repository at this point in the history
Bug/Gitlab Callback
  • Loading branch information
nickmango authored Jan 19, 2024
2 parents 47cfd63 + e50476f commit 8bbc773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cla-backend-go/v2/sign/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ func (s *service) getIndividualSignatureCallbackURLGitlab(ctx context.Context, u
return "", err
}

s.ClaV4ApiURL = "https://a970-102-217-56-29.ngrok-free.app"
// s.ClaV4ApiURL = "https://a970-102-217-56-29.ngrok-free.app"
return fmt.Sprintf("%s/v4/signed/gitlab/individual/%s/%s/%s/%s", s.ClaV4ApiURL, userID, gitlabOrg.OrganizationID, repositoryID, mergeRequestID), nil

}
Expand Down

0 comments on commit 8bbc773

Please sign in to comment.