diff options
Diffstat (limited to 'client/src/app/shared/users')
-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 0727b76fd..f1265be0a 100644 --- a/client/src/app/shared/users/user.service.ts +++ b/client/src/app/shared/users/user.service.ts | |||
@@ -9,7 +9,7 @@ import { RestExtractor } from '../rest'; | |||
9 | 9 | ||
10 | @Injectable() | 10 | @Injectable() |
11 | export class UserService { | 11 | export class UserService { |
12 | static BASE_USERS_URL = '/api/v1/users/'; | 12 | static BASE_USERS_URL = API_URL + '/api/v1/users/'; |
13 | 13 | ||
14 | constructor( | 14 | constructor( |
15 | private http: Http, | 15 | private http: Http, |