completed search page and redirect to user profile page

This commit is contained in:
Leon Liang
2019-11-19 22:30:15 -05:00
parent 0aaa9014b9
commit 81749c19ce
4 changed files with 109 additions and 91 deletions

View File

@@ -56,7 +56,7 @@ app.post("/verifyUser", fbAuth, verifyUser);
app.post("/unverifyUser", fbAuth, unverifyUser);
// get user handles with search phase
app.get("/getUserHandles", fbAuth, getUserHandles);
app.post("/getUserHandles", fbAuth, getUserHandles);
// get user's subscription
app.get("/getSubs", fbAuth, getSubs);