diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-23 18:53:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-23 18:53:15 -0400 |
commit | 88b8d6c732d871ddf48bb6a4a1bb8cfb27f0bc1d (patch) | |
tree | 0e36f5b9258a2104d35bb929546575df4b0bfd22 /src/constants/api.ts | |
parent | 14c151ba80672938fecd4768b30f5812bd0a996e (diff) | |
parent | e39fcbd9e35f6a5e36afe248e24bea0dd3859202 (diff) |
Merge branch 'master' into tma985-moment-view-count
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 1efc9ab7..1de6871c 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -40,6 +40,7 @@ export const COMMENTS_ENDPOINT: string = API_URL + 'comments/'; export const COMMENT_REACTIONS_ENDPOINT: string = API_URL + 'reaction-comment/'; export const COMMENT_REACTIONS_REPLY_ENDPOINT: string = API_URL + 'reaction-reply/'; export const PRESIGNED_URL_ENDPOINT: string = API_URL + 'presigned-url/'; +export const CHECK_MOMENT_UPLOAD_DONE_PROCESSING_ENDPOINT: string = API_URL + 'moments/check_done_processing/'; export const FRIENDS_ENDPOINT: string = API_URL + 'friends/'; export const ALL_USERS_ENDPOINT: string = API_URL + 'users/'; export const REPORT_ISSUE_ENDPOINT: string = API_URL + 'report/'; |