aboutsummaryrefslogtreecommitdiff
path: root/src/constants
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-06-22 18:20:03 -0400
committerGitHub <noreply@github.com>2021-06-22 18:20:03 -0400
commitcd5863264d0fe954e63d8cc93fc4ee6ab509f49b (patch)
tree78b2a4b840e51cec2364cae5980585371f6b74c2 /src/constants
parent78f32c1400eff46d4c768b78fbaf672826c74285 (diff)
parent270cec35e17ff4a1fa2ee1690e596b3e3003fe34 (diff)
Merge pull request #468 from grusuTagg/tma926-video-upload
[TMA-926] Video Upload
Diffstat (limited to 'src/constants')
-rw-r--r--src/constants/api.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts
index b55489d9..6dab1153 100644
--- a/src/constants/api.ts
+++ b/src/constants/api.ts
@@ -38,6 +38,7 @@ export const VERIFY_INVITATION_CODE_ENDPOUNT: string = API_URL + 'verify-code/';
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 FRIENDS_ENDPOINT: string = API_URL + 'friends/';
export const ALL_USERS_ENDPOINT: string = API_URL + 'users/';
export const REPORT_ISSUE_ENDPOINT: string = API_URL + 'report/';