diff --git a/onzer.riot b/onzer.riot index 55ebef9..8185adf 100644 --- a/onzer.riot +++ b/onzer.riot @@ -65,6 +65,7 @@ placeholder: "caca", items: await this.fetchSong() }; + console.log(this.state); }, fetchSong(){ return fetch("https://dwarves.iut-fbleau.fr/~fauvet/api/songs").then(response => {