Skip to content

Commit

Permalink
Use the HTTPS jokes URL.
Browse files Browse the repository at this point in the history
arunoda committed Mar 13, 2017
1 parent 0f5fb00 commit 7210210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/frame.js
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ class RandomDescription extends React.Component {
}

componentDidMount() {
fetch('http://api.icndb.com/jokes/random')
fetch('https://api.icndb.com/jokes/random')
.then((res) => res.json())
.then((result) => {
this.setState({

0 comments on commit 7210210

Please sign in to comment.