From ed7f805d265e3162639d329785de0edb8cfc22ff Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 8 Apr 2021 09:19:39 +0300 Subject: Added friends service, from which you could add and remove friends --- src/app/app-constants.module.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app/app-constants.module.ts') 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'; -- cgit v1.2.3