Notifications style improvements

This commit is contained in:
Isaac Abadi
2022-12-29 13:56:45 -06:00
parent 992947fba5
commit cc2be46ad8
11 changed files with 75 additions and 51 deletions

View File

@@ -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);
}