mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-27 07:00:55 +03:00
Notifications style improvements
This commit is contained in:
@@ -868,7 +868,7 @@ export class PostsService implements CanActivate {
|
||||
}
|
||||
|
||||
deleteAllNotifications(): Observable<SuccessObject> {
|
||||
return this.http.post<SuccessObject>(this.path + 'deleteNotifications', {},
|
||||
return this.http.post<SuccessObject>(this.path + 'deleteAllNotifications', {},
|
||||
this.httpOptions);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user