mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2026-03-11 05:35:05 +00:00
Filtered timeline posts to only followers
This commit is contained in:
@@ -21,7 +21,7 @@ class Home extends Component {
|
||||
|
||||
componentDidMount() {
|
||||
axios
|
||||
.get("/getallPosts")
|
||||
.get("/getFollowedPosts")
|
||||
.then(res => {
|
||||
console.log(res.data);
|
||||
this.setState({
|
||||
|
||||
Reference in New Issue
Block a user