Skip to content

Commit

Permalink
add s to http
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomeens authored Jun 8, 2022
1 parent e8ceefd commit 525c8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/front/html/classement.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h1>Le Classement</h1>

// get the quotes from API
async function getData(page) {
const API_URL = `http://xenor.usiobe.com/load.php?offset=${page*10}`;
const API_URL = `https://xenor.usiobe.com/load.php?offset=${page*10}`;
const response = await fetch(API_URL);
// handle 404
if (!response.ok) {
Expand Down Expand Up @@ -127,4 +127,4 @@ <h1>Le Classement</h1>
document.getElementById("addict").click();
</script>
</body>
</html>
</html>

0 comments on commit 525c8b7

Please sign in to comment.