We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdc956c + 6daa4f9 commit 12d4563Copy full SHA for 12d4563
src/app/core/services/cla-contributor.service.ts
@@ -76,7 +76,7 @@ export class ClaContributorService {
76
}
77
78
getUserActiveSignature(userId: string): Observable<ActiveSignatureModel> {
79
- const url = this.getV4Endpoint('/v4/user/' + userId + '/active-signature');
+ const url = this.getV2Endpoint('/v2/user/' + userId + '/active-signature');
80
return this.httpClient.get<ActiveSignatureModel>(url);
81
82
0 commit comments