Skip to content

Commit

Permalink
Changed individual signature endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Amol Sontakke <[email protected]>
  • Loading branch information
amolsontakke3576 committed Oct 25, 2023
1 parent 1434601 commit 24b2d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/services/cla-contributor.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class ClaContributorService {
}

postIndividualSignatureRequest(data: any): Observable<IndividualRequestSignatureModel> {
const url = this.getV2Endpoint('/v2/request-individual-signature');
const url = this.getV2Endpoint('/v4/request-individual-signature');
return this.httpClient.post<IndividualRequestSignatureModel>(url, data);
}

Expand Down

0 comments on commit 24b2d8e

Please sign in to comment.