diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-23 16:18:19 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-03-23 16:18:19 -0400 |
commit | 4844b69ed6c381fe8e573e77d32302965c4de274 (patch) | |
tree | 605f08e0019c877564a9631be604d83e67dd7caf /src/constants/api.ts | |
parent | 8022d908ca09860424529d818e210d63fff9f398 (diff) |
updated types, using api/profile
Diffstat (limited to 'src/constants/api.ts')
-rw-r--r-- | src/constants/api.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts index 34ef9a1c..d2d43063 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -9,6 +9,7 @@ export const REGISTER_ENDPOINT: string = API_URL + 'register/'; export const EDIT_PROFILE_ENDPOINT: string = API_URL + 'edit-profile/'; export const SEND_OTP_ENDPOINT: string = API_URL + 'send-otp/'; export const VERIFY_OTP_ENDPOINT: string = API_URL + 'verify-otp/'; +export const USER_PROFILE_ENDPOINT: string = API_URL + 'profile/'; export const PROFILE_INFO_ENDPOINT: string = API_URL + 'user-profile-info/'; export const HEADER_PHOTO_ENDPOINT: string = API_URL + 'header-pic/'; export const PROFILE_PHOTO_ENDPOINT: string = API_URL + 'profile-pic/'; |