diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-04-07 21:13:28 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-04-07 21:13:28 +0300 |
| commit | 386b25c583c1a1632282beab91537ff54e1bce83 (patch) | |
| tree | bd9ce7422b31cd79b412dc12433555c60d42f4bb /src/app/app-constants.module.ts | |
| parent | b9d5225b7e9f820c28690c243b067cfeb5251d74 (diff) | |
| download | DevHive-Angular-386b25c583c1a1632282beab91537ff54e1bce83.tar DevHive-Angular-386b25c583c1a1632282beab91537ff54e1bce83.tar.gz DevHive-Angular-386b25c583c1a1632282beab91537ff54e1bce83.zip | |
Added profile picture service and removed put profile picture from user service
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 39538e0..d1bd9f5 100644 --- a/src/app/app-constants.module.ts +++ b/src/app/app-constants.module.ts @@ -2,6 +2,7 @@ export class AppConstants { public static BASE_API_URL = 'http://localhost:5000/api'; public static API_USER_URL = AppConstants.BASE_API_URL + '/User'; + public static API_PROFILE_PICTURE_URL = AppConstants.BASE_API_URL + '/ProfilePicture'; public static API_USER_LOGIN_URL = AppConstants.API_USER_URL + '/login'; public static API_USER_REGISTER_URL = AppConstants.API_USER_URL + '/register'; |
