diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-04-08 09:19:39 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-04-08 09:19:39 +0300 |
| commit | ed7f805d265e3162639d329785de0edb8cfc22ff (patch) | |
| tree | 2fd689013129b00919383aab5b91c348e325421a /src/app/app-constants.module.ts | |
| parent | d12c7c4dbf117ecec60eae6f0dc8d9bb5ee339b5 (diff) | |
| download | DevHive-Angular-ed7f805d265e3162639d329785de0edb8cfc22ff.tar DevHive-Angular-ed7f805d265e3162639d329785de0edb8cfc22ff.tar.gz DevHive-Angular-ed7f805d265e3162639d329785de0edb8cfc22ff.zip | |
Added friends service, from which you could add and remove friends
Diffstat (limited to 'src/app/app-constants.module.ts')
| -rw-r--r-- | src/app/app-constants.module.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/app-constants.module.ts b/src/app/app-constants.module.ts index d1bd9f5..67091d9 100644 --- a/src/app/app-constants.module.ts +++ b/src/app/app-constants.module.ts @@ -3,6 +3,7 @@ export class AppConstants { public static API_USER_URL = AppConstants.BASE_API_URL + '/User'; public static API_PROFILE_PICTURE_URL = AppConstants.BASE_API_URL + '/ProfilePicture'; + public static API_FRIENDS_URL = AppConstants.BASE_API_URL + '/Friends'; public static API_USER_LOGIN_URL = AppConstants.API_USER_URL + '/login'; public static API_USER_REGISTER_URL = AppConstants.API_USER_URL + '/register'; |
