diff --git a/src/app/community/community.service.ts b/src/app/community/community.service.ts index 8300a88..9c9d3cc 100644 --- a/src/app/community/community.service.ts +++ b/src/app/community/community.service.ts @@ -10,7 +10,7 @@ export class CommunityService { } getNumberOfPublications() { - return this.http.get('http://rudie.di.uoa.gr:8080/dnet-functionality-services-2.0.0-SNAPSHOT/rest/v2/api/publications/count?format=json') + return this.http.get('http://rudie.di.uoa.gr:8080/dnet-functionality-services-2.0.0-SNAPSHOT/rest/v2/api/publications/count?format=json&fq=communityid=egi') .map(res => res.json()).do(res => {console.log(res)}); }