url fixed

This commit was merged in pull request #51.
This commit is contained in:
victorAnumudu
2025-07-24 13:18:10 +01:00
parent d0ac2515a3
commit 578a0e4c8f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const queryClient = new QueryClient({
refetchOnWindowFocus: false,
retry: 3,
// refetchOnMount: false,
staleTime: 360000 // can also be a number in millisecond
staleTime: 10*60*1000 // can also be a number in millisecond
},
},
})