mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-16 02:08:47 +00:00
fixed stuff
This commit is contained in:
parent
8b4c32b81f
commit
efecf3b02a
@ -82,7 +82,7 @@ app.post("/removeSub", fbAuth, removeSub);
|
|||||||
* handlers/post.js *
|
* handlers/post.js *
|
||||||
*------------------------------------------------------------------*/
|
*------------------------------------------------------------------*/
|
||||||
|
|
||||||
const { getallPostsforUser, getallPosts, putPost, likePost, unlikePost, getLikes, quoteWithPost, quoteWithoutPost, checkforLikePost} = require("./handlers/post");
|
const { getallPostsforUser, getallPosts, putPost, likePost, unlikePost, getLikes, quoteWithPost, quoteWithoutPost, checkforLikePost, getOtherUsersPosts} = require("./handlers/post");
|
||||||
|
|
||||||
|
|
||||||
app.get("/getallPostsforUser", fbAuth, getallPostsforUser);
|
app.get("/getallPostsforUser", fbAuth, getallPostsforUser);
|
||||||
|
|||||||
@ -436,5 +436,5 @@ Quote.propTypes = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
export default connect(mapStateToProps, mapActionsToProps)(Home, Like, Quote);
|
export default connect(mapStateToProps, mapActionsToProps)(withStyles(styles)(Home, Like, Quote));
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user