mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2026-03-10 21:25:04 +00:00
connected backend to frontend for writing microblogs
This commit is contained in:
@@ -19,7 +19,8 @@ const {
|
||||
|
||||
|
||||
// post routes
|
||||
app.post('/putPost', FBauth, putPost);
|
||||
//app.post('/putPost', FBauth, putPost);
|
||||
app.post('/putPost', putPost);
|
||||
|
||||
// users routes
|
||||
app.get('/getUser/:handle', getUserDetails);
|
||||
|
||||
Reference in New Issue
Block a user