Skip to content

Commit

Permalink
Updated app file
Browse files Browse the repository at this point in the history
  • Loading branch information
parthpandyappp committed Jan 18, 2021
1 parent d8d740a commit 9ceb1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const word = document.createElement('h1')
const def = document.createElement('p')

const randomword = () => {
fetch('http://random-word-api.herokuapp.com/word?number=1')
fetch('https://random-word-api.herokuapp.com/word?number=1')
.then(response => {
return response.json();
})
Expand Down

0 comments on commit 9ceb1df

Please sign in to comment.