diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/users/user.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/users/user.service.ts b/client/src/app/shared/users/user.service.ts index 4cf100f0d..865e04d48 100644 --- a/client/src/app/shared/users/user.service.ts +++ b/client/src/app/shared/users/user.service.ts | |||
@@ -8,7 +8,7 @@ import { RestExtractor } from '../rest'; | |||
8 | 8 | ||
9 | @Injectable() | 9 | @Injectable() |
10 | export class UserService { | 10 | export class UserService { |
11 | private static BASE_USERS_URL = '/api/v1/users/'; | 11 | static BASE_USERS_URL = '/api/v1/users/'; |
12 | 12 | ||
13 | constructor( | 13 | constructor( |
14 | private authHttp: AuthHttp, | 14 | private authHttp: AuthHttp, |