From 75155a60bd7a6f354b9325a824bd8600967a692b Mon Sep 17 00:00:00 2001 From: Fauvet Matthis Date: Fri, 21 Jun 2024 18:04:32 +0200 Subject: [PATCH] modified code --- onzer.riot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onzer.riot b/onzer.riot index 9f963a0..412bd0c 100644 --- a/onzer.riot +++ b/onzer.riot @@ -63,7 +63,6 @@ this.song_style = "isActivate"; this.state.search = "songs"; } - console.log(this.state.search); this.fetchData() this.update(); }, @@ -74,6 +73,7 @@ }; }, execQuery(){ + console.log("https://dwarves.iut-fbleau.fr/~fauvet/api/"+this.state.search); return fetch("https://dwarves.iut-fbleau.fr/~fauvet/api/"+this.state.search).then(response => { return response.json(); });