Skip to content

Commit

Permalink
upgrade lib and and change API base URL
Browse files Browse the repository at this point in the history
Signed-off-by: Amol Sontakke <[email protected]>
  • Loading branch information
amolsontakke3576 committed Oct 26, 2023
1 parent 241f80a commit dbe8b40
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('/v4/request-individual-signature');
const url = this.getV4Endpoint('/v4/request-individual-signature');
return this.httpClient.post<IndividualRequestSignatureModel>(url, data);
}

Expand Down

0 comments on commit dbe8b40

Please sign in to comment.