diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-08-05 16:09:39 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-08-05 16:09:39 +0200 |
commit | 6606150c49f587bc7eb0ecec4263ce7fbb18bf15 (patch) | |
tree | 6e0c13983e667e08dcc1dfb6fcda1524b6920c6a /client/src/app/shared/auth | |
parent | 9bd2662976a75d3b03364cdbe6419e57c80f99a6 (diff) | |
download | PeerTube-6606150c49f587bc7eb0ecec4263ce7fbb18bf15.tar.gz PeerTube-6606150c49f587bc7eb0ecec4263ce7fbb18bf15.tar.zst PeerTube-6606150c49f587bc7eb0ecec4263ce7fbb18bf15.zip |
Server: move clients in its own file
Diffstat (limited to 'client/src/app/shared/auth')
-rw-r--r-- | client/src/app/shared/auth/auth.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/auth/auth.service.ts b/client/src/app/shared/auth/auth.service.ts index 4c08e24c0..6a5b19ffe 100644 --- a/client/src/app/shared/auth/auth.service.ts +++ b/client/src/app/shared/auth/auth.service.ts | |||
@@ -8,7 +8,7 @@ import { User } from './user.model'; | |||
8 | 8 | ||
9 | @Injectable() | 9 | @Injectable() |
10 | export class AuthService { | 10 | export class AuthService { |
11 | private static BASE_CLIENT_URL = '/api/v1/users/client'; | 11 | private static BASE_CLIENT_URL = '/api/v1/clients/local'; |
12 | private static BASE_TOKEN_URL = '/api/v1/users/token'; | 12 | private static BASE_TOKEN_URL = '/api/v1/users/token'; |
13 | 13 | ||
14 | loginChangedSource: Observable<AuthStatus>; | 14 | loginChangedSource: Observable<AuthStatus>; |