We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1d314 commit 14c11adCopy full SHA for 14c11ad
5-redux-react/src/js/actions/tweetsActions.js
@@ -6,7 +6,7 @@ export function fetchTweets() {
6
http://rest.learncode.academy is a public test server, so another user's experimentation can break your tests
7
If you get console errors due to bad data:
8
- change "reacttest" below to any other username
9
- - post some tweets to http://rest.learncode.academy/api/yourusername
+ - post some tweets to http://rest.learncode.academy/api/yourusername/tweets
10
*/
11
axios.get("http://rest.learncode.academy/api/reacttest/tweets")
12
.then((response) => {
0 commit comments