added logs

This commit is contained in:
Matthis FAUVET 2024-06-21 18:14:44 +02:00
parent 1f8928143b
commit d98fada3d4

View File

@ -74,6 +74,7 @@
items: data.results
};
console.log(this.state.items);
this.update();
},
execQuery(){
return fetch("https://dwarves.iut-fbleau.fr/~fauvet/api/"+this.state.search).then(response => {