diff options
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 ce9b24f4..4effc1d3 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -20,6 +20,7 @@ export const COMMENTS_ENDPOINT: string = API_URL + 'comments/'; export const FOLLOW_USER_ENDPOINT: string = API_URL + 'follow/'; export const UNFOLLOW_USER_ENDPOINT: string = API_URL + 'unfollow/'; export const FOLLOWERS_ENDPOINT: string = API_URL + 'followers/'; +export const FOLLOWING_ENDPOINT: string = API_URL + 'following/'; // Register Social Link (Non-integrated) export const LINK_SNAPCHAT_ENDPOINT: string = API_URL + 'link-sc/'; |