diff --git a/src/app/posts.services.ts b/src/app/posts.services.ts index df2f069..9be0841 100644 --- a/src/app/posts.services.ts +++ b/src/app/posts.services.ts @@ -529,7 +529,7 @@ export class PostsService implements CanActivate { } getAllSubscriptions() { - return this.http.post(this.path + 'getAllSubscriptions', {}, this.httpOptions); + return this.http.post(this.path + 'getSubscriptions', {}, this.httpOptions); } getCurrentDownloads(uids: Array = null) {