From 4610bc5b12eaa4bfd64fe3fd70c65e5b722aa22d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Nov 2017 17:16:42 +0100 Subject: ApplicationFollow -> SeverFollow --- client/src/app/+admin/follows/follows.routes.ts | 2 +- client/src/app/+admin/follows/shared/follow.service.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/+admin') diff --git a/client/src/app/+admin/follows/follows.routes.ts b/client/src/app/+admin/follows/follows.routes.ts index b7d44f75b..e84c79e82 100644 --- a/client/src/app/+admin/follows/follows.routes.ts +++ b/client/src/app/+admin/follows/follows.routes.ts @@ -13,7 +13,7 @@ export const FollowsRoutes: Routes = [ component: FollowsComponent, canActivate: [ UserRightGuard ], data: { - userRight: UserRight.MANAGE_APPLICATION_FOLLOW + userRight: UserRight.MANAGE_SERVER_FOLLOW }, children: [ { diff --git a/client/src/app/+admin/follows/shared/follow.service.ts b/client/src/app/+admin/follows/shared/follow.service.ts index 3dc91dfca..d64361ee3 100644 --- a/client/src/app/+admin/follows/shared/follow.service.ts +++ b/client/src/app/+admin/follows/shared/follow.service.ts @@ -11,7 +11,7 @@ import { AccountFollow, ResultList } from '../../../../../../shared' @Injectable() export class FollowService { - private static BASE_APPLICATION_URL = API_URL + '/api/v1/application' + private static BASE_APPLICATION_URL = API_URL + '/api/v1/server' constructor ( private authHttp: HttpClient, -- cgit v1.2.3