added logs
This commit is contained in:
@@ -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 => {
|
||||
|
Reference in New Issue
Block a user