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