lll
This commit is contained in:
parent
fe735d5d26
commit
2dd2ea6c87
1
App.js
1
App.js
@ -67,6 +67,7 @@ queryClient.setMutationDefaults(["addTodo"], {
|
|||||||
|
|
||||||
|
|
||||||
function makeCall(page) {
|
function makeCall(page) {
|
||||||
|
console.log(queryClient.getMutationCache().getAll().length)
|
||||||
return fetch(`http://10.0.2.2:8080/${page}`)
|
return fetch(`http://10.0.2.2:8080/${page}`)
|
||||||
.then(response => {
|
.then(response => {
|
||||||
return response;
|
return response;
|
||||||
|
Loading…
Reference in New Issue
Block a user