Skip to content

Commit 9ccba3c

Browse files
Merge pull request #458 from communitybridge/unicron-port-user-api-to-go
Port '/v2/user/<uuid>' py API to '/v3/user-compat/<uuid>' go API
2 parents 42aff30 + d817dfd commit 9ccba3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/services/cla-contributor.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class ClaContributorService {
5656

5757

5858
getUser(userId: string): Observable<UserModel> {
59-
const url = this.getV2Endpoint('/v2/user/' + userId);
59+
const url = this.getV3Endpoint('/v3/user-compat/' + userId);
6060
return this.httpClient.get<UserModel>(url);
6161
}
6262

0 commit comments

Comments
 (0)