Skip to content

Commit

Permalink
3475 final beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
plb18001 committed Apr 20, 2022
1 parent e2ed319 commit 4cde92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion final-project/js/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const quote_api = 'http://api.quotable.io/random'
const quote_api = 'https://api.quotable.io/random'
const quoteDisplay = document.querySelector('#quoteDisplay')
const quoteInput = document.querySelector('#quoteInput')
const nextButton = document.querySelector('#nextButton')
Expand Down

0 comments on commit 4cde92e

Please sign in to comment.