Skip to content

Commit 14c11ad

Browse files
authoredMay 2, 2017
Update tweetsActions.js
1 parent 8f1d314 commit 14c11ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎5-redux-react/src/js/actions/tweetsActions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function fetchTweets() {
66
http://rest.learncode.academy is a public test server, so another user's experimentation can break your tests
77
If you get console errors due to bad data:
88
- change "reacttest" below to any other username
9-
- post some tweets to http://rest.learncode.academy/api/yourusername
9+
- post some tweets to http://rest.learncode.academy/api/yourusername/tweets
1010
*/
1111
axios.get("http://rest.learncode.academy/api/reacttest/tweets")
1212
.then((response) => {

0 commit comments

Comments
 (0)
Failed to load comments.