diff --git a/site/front/html/classement.html b/site/front/html/classement.html index d9d78b5..b949092 100644 --- a/site/front/html/classement.html +++ b/site/front/html/classement.html @@ -95,7 +95,7 @@

Le Classement

// 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) { @@ -127,4 +127,4 @@

Le Classement

document.getElementById("addict").click(); - \ No newline at end of file +