Appel Daktary en sécurisé

This commit is contained in:
Yannick Francois
2017-11-26 22:58:52 +01:00
parent 22407bc42b
commit 6d9e393d1c
+1 -1
View File
@@ -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 => {