diff options
Diffstat (limited to 'src/constants/api.ts')
-rw-r--r-- | src/constants/api.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts index 6e2b28ec..57c26824 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -34,8 +34,8 @@ export const WAITLIST_USER_ENDPOINT: string = API_URL + 'waitlist-user/'; export const COMMENT_THREAD_ENDPOINT: string = API_URL + 'reply/'; // Suggested People -export const SP_UPDATE_PICTURE: string = API_URL + 'suggested_people/update_picture/'; -export const SP_BASE_ENDPOINT: string = API_URL + 'suggested_people/'; +export const SP_USERS_ENDPOINT: string = API_URL + 'suggested_people/'; +export const SP_UPDATE_PICTURE_ENDPOINT: string = API_URL + 'suggested_people/update_picture/'; // Register as FCM device export const FCM_ENDPOINT: string = API_URL + 'fcm/'; |