Rename some endpoints

This commit is contained in:
simon987
2019-02-16 19:58:24 -05:00
parent 16ffeb30f9
commit b936513eb9
3 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ export class ApiService {
}
getProjectAccess(project: number) {
return this.http.get(this.url + `/project/accesses/${project}`)
return this.http.get(this.url + `/project/access_list/${project}`)
}
getAllManagers() {