Skip to content

Commit 06e7034

Browse files
url changed./src/TestApiTwo.js
1 parent bf5b0ae commit 06e7034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestApiTwo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default class TestApiTwo extends Component {
1111
}
1212

1313
componentDidMount() {
14-
return fetch('https://api.myjson.com/bins/6l2b1')
14+
return fetch('https://api.myjson.com/bins/1ahk1h')
1515
.then((response) => response.json())
1616
.then((responseJson) => {
1717
let ds = new ListView.DataSource({ rowHasChanged: (r1, r2) => r1 !== r2 });

0 commit comments

Comments
 (0)