aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+admin')
-rw-r--r--client/src/app/+admin/follows/shared/follow.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/follows/shared/follow.service.ts b/client/src/app/+admin/follows/shared/follow.service.ts
index d64361ee3..f66ed477d 100644
--- a/client/src/app/+admin/follows/shared/follow.service.ts
+++ b/client/src/app/+admin/follows/shared/follow.service.ts
@@ -42,7 +42,7 @@ export class FollowService {
42 hosts: notEmptyHosts 42 hosts: notEmptyHosts
43 } 43 }
44 44
45 return this.authHttp.post(FollowService.BASE_APPLICATION_URL + '/follow', body) 45 return this.authHttp.post(FollowService.BASE_APPLICATION_URL + '/following', body)
46 .map(this.restExtractor.extractDataBool) 46 .map(this.restExtractor.extractDataBool)
47 .catch(res => this.restExtractor.handleError(res)) 47 .catch(res => this.restExtractor.handleError(res))
48 } 48 }