mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2026-03-10 21:25:04 +00:00
Delete users fully works now
This commit is contained in:
@@ -29,7 +29,7 @@ app.post("/signup", signup);
|
||||
app.post("/login", login);
|
||||
|
||||
//Deletes user account
|
||||
app.delete("/delete", deleteUser);
|
||||
app.delete("/delete", fbAuth, deleteUser);
|
||||
|
||||
app.get("/getUser/:handle", getUserDetails);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user