This commit is contained in:
Arthur Belleville 2025-06-24 21:24:56 +02:00
parent ee9ababdcf
commit 14eab2daf6
No known key found for this signature in database

View file

@ -8,6 +8,7 @@ export const api = axios.create({
headers: {
"Content-Type": "application/json",
},
timeout: 5000,
});
// Create React Query client with default options