aboutsummaryrefslogtreecommitdiff
path: root/src/app/app-constants.module.ts
diff options
context:
space:
mode:
authorKamen Mladenov <kamen.d.mladenov@protonmail.com>2021-04-08 09:32:55 +0300
committerGitHub <noreply@github.com>2021-04-08 09:32:55 +0300
commit601b39df7da18bfa80a0443be258ccee74403b0a (patch)
tree8f29ea0acf3716fd13b24d3a3282f66a9bf78e68 /src/app/app-constants.module.ts
parentd12c7c4dbf117ecec60eae6f0dc8d9bb5ee339b5 (diff)
parentbf75b260b2c8b8c11ae3c672ae6378bd24f9f196 (diff)
downloadDevHive-Angular-601b39df7da18bfa80a0443be258ccee74403b0a.tar
DevHive-Angular-601b39df7da18bfa80a0443be258ccee74403b0a.tar.gz
DevHive-Angular-601b39df7da18bfa80a0443be258ccee74403b0a.zip
Merge pull request #6 from Team-Kaleidoscope/friends-update
Friends request update
Diffstat (limited to 'src/app/app-constants.module.ts')
-rw-r--r--src/app/app-constants.module.ts1
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';