From 6d9e393d1ceeb98a0b695e597647d68896105eda Mon Sep 17 00:00:00 2001 From: Yannick Francois Date: Sun, 26 Nov 2017 22:58:52 +0100 Subject: [PATCH] =?UTF-8?q?Appel=20Daktary=20en=20s=C3=A9curis=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1541e8e..8d7bc6a 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,7 @@ const afficheLaListeDesJournaux = () => { const container = document.querySelector('#journaux'); - fetch('http://api.daktary.com/yaf/journal-d-un-formateur-en-2015/tree/master/journaux') + fetch('https://api.daktary.com/yaf/journal-d-un-formateur-en-2015/tree/master/journaux') .then(response => response.json()) .then(journaux => { journaux.body.forEach(journal => {