File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -71,3 +71,5 @@ Thumbs.db
7171
7272# mac icloude files
7373.nosync
74+ out
75+ * .swp
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export class ClaContributorService {
6666 }
6767
6868 getProject ( projectId : string ) : Observable < ProjectModel > {
69- const url = this . getV2Endpoint ( '/v2 /project/' + projectId ) ;
69+ const url = this . getV4Endpoint ( '/v4 /project-compat /' + projectId ) ;
7070 return this . httpClient . get < ProjectModel > ( url ) ;
7171 }
7272
@@ -139,7 +139,7 @@ export class ClaContributorService {
139139 }
140140
141141 getGerritProjectInfo ( projectId : string ) : Observable < ProjectModel > {
142- const url = this . getV2Endpoint ( '/v2 /project/' + projectId ) ;
142+ const url = this . getV4Endpoint ( '/v4 /project-compat /' + projectId ) ;
143143 return this . httpClient . get < ProjectModel > ( url ) ;
144144 }
145145
You can’t perform that action at this time.
0 commit comments