Video Working

This commit is contained in:
aeroreyna
2022-03-13 21:01:30 -07:00
parent 082abd8fbe
commit 4dc020f326
5 changed files with 222 additions and 17 deletions

3
API.js
View File

@@ -132,6 +132,9 @@ const API = {
getPost(postid) {
return getCall("/post/" + postid);
},
getVideo(videoId) {
return getCall("/post/video/" + videoId);
},
deletePost(postid){
return deleteCall("/post/" + postid);
},