mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2026-03-10 21:25:04 +00:00
Tweaking DM back-end functions
This commit is contained in:
@@ -48,7 +48,7 @@ app.post("/dms/send", fbAuth, sendDirectMessage);
|
||||
app.post("/dms/new", fbAuth, createDirectMessage);
|
||||
|
||||
// Checks if the user provided has DMs enabled or not
|
||||
app.get("/dms/enabled", checkDirectMessagesEnabled);
|
||||
app.post("/dms/enabled", checkDirectMessagesEnabled);
|
||||
|
||||
app.get("/getUser", fbAuth, getUserDetails);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user