From 8662895cffcab706890b002fb447b2ccee11e4d0 Mon Sep 17 00:00:00 2001 From: Fauvet Matthis Date: Fri, 21 Jun 2024 02:01:56 +0200 Subject: [PATCH] modified code --- onzer.riot | 1 + 1 file changed, 1 insertion(+) 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 => {