This commit is contained in:
a 2024-05-31 17:18:20 +02:00
parent fe735d5d26
commit 2dd2ea6c87

1
App.js
View File

@ -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;