mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-20 19:50:58 +03:00
Changed /api/changeUser endpoint to /api/updateUser
This commit is contained in:
@@ -443,7 +443,7 @@ export class PostsService implements CanActivate {
|
||||
}
|
||||
|
||||
changeUser(change_obj) {
|
||||
return this.http.post(this.path + 'changeUser', {change_object: change_obj}, this.httpOptions);
|
||||
return this.http.post(this.path + 'updateUser', {change_object: change_obj}, this.httpOptions);
|
||||
}
|
||||
|
||||
deleteUser(uid) {
|
||||
|
||||
Reference in New Issue
Block a user