diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 16:58:21 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 20:58:06 -0800 |
commit | 7e1e9a443a7e38fdbe21129c3d3c853f75bd3162 (patch) | |
tree | 6750c847b0335b01e88710cada5a8b411de5613f /src/constants/api.ts | |
parent | 241be3c97d5396d051071b04f53fc77e07509ae4 (diff) |
getting buttons from backend for search page
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 0fc846c3..7ab47a3f 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -30,6 +30,7 @@ export const PASSWORD_RESET_ENDPOINT: string = API_URL + 'password-reset/'; export const MOMENT_CATEGORY_ENDPOINT: string = API_URL + 'moment-category/'; export const NOTIFICATIONS_ENDPOINT: string = API_URL + 'notifications/'; export const DISCOVER_ENDPOINT: string = API_URL + 'discover/'; +export const SEARCH_BUTTONS_ENDPOPINT: string = DISCOVER_ENDPOINT + 'search_buttons/'; 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/'; |