Add notifications

This commit is contained in:
aeroreyna
2022-03-15 21:22:02 -07:00
parent 4dc020f326
commit 521ffb19ee
7 changed files with 932 additions and 27 deletions

3
API.js
View File

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