mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-16 18:28:47 +00:00
changed getUser
This commit is contained in:
parent
97650f6539
commit
6e9a86e5ce
@ -27,7 +27,7 @@ app.post("/signup", signup);
|
|||||||
// and password
|
// and password
|
||||||
app.post("/login", login);
|
app.post("/login", login);
|
||||||
|
|
||||||
app.get("/getUser/:handle", getUserDetails);
|
app.get("/getUser", fbAuth, getUserDetails);
|
||||||
|
|
||||||
// Returns all profile data of the currently logged in user
|
// Returns all profile data of the currently logged in user
|
||||||
app.get("/getProfileInfo", fbAuth, getProfileInfo);
|
app.get("/getProfileInfo", fbAuth, getProfileInfo);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user