mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-05-26 07:08:03 +00: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