Skip to content

Commit c14ddce

Browse files
Port '/v2/user/<uuid>' py API to '/v3/user-compat/<uuid>' go API
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent 5092222 commit c14ddce

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)