Signup is working

This commit is contained in:
2019-10-11 17:34:35 -04:00
parent 00ed9d64c5
commit 27efa858d5
6 changed files with 42 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ class Userline extends Component {
componentDidMount() {
axios.get('http://localhost:5001/twistter-e4649/us-central1/api/getallPostsforUser')
axios.get('/getallPostsforUser')
.then(res => {
const post = res.data;
this.setState({microBlogs : post})