diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-03-05 17:21:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 17:21:20 -0500 |
commit | 1519e67cb495282ad436796abfa3236ceb31cb10 (patch) | |
tree | 87956d553704f3f42d86fe0f8db68e572ac817c5 /src/constants/api.ts | |
parent | b1dee65ee7bb8e120fc38a495f4027905d300650 (diff) | |
parent | 10aa8805038f07b1affdcfa1b924810a2c89bee1 (diff) |
Merge pull request #242 from ankit-thanekar007/tma-634-badge-selection-screen
Badge Screen UI Changes
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 07fa2b59..0fc846c3 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -32,6 +32,7 @@ export const NOTIFICATIONS_ENDPOINT: string = API_URL + 'notifications/'; export const DISCOVER_ENDPOINT: string = API_URL + 'discover/'; export const WAITLIST_USER_ENDPOINT: string = API_URL + 'waitlist-user/'; export const COMMENT_THREAD_ENDPOINT: string = API_URL + 'reply/'; +export const ADD_USER_BADGES: string = API_URL + 'suggested_people/add_badges/'; // Suggested People export const SP_USERS_ENDPOINT: string = API_URL + 'suggested_people/'; |