mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-10 13:44:30 +00:00
Rename some endpoints
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user