lavoce #2

Merged
yogiedigital merged 118 commits from lavoce into main 2025-10-20 04:06:02 +00:00
Showing only changes of commit d362c041ac - Show all commits

View File

@@ -22,6 +22,7 @@ async function ApiRequest({
"Accept-Language": "en_US",
...(isFormData ? {} : { "Content-Type": "application/json" }),
},
withCredentials: true,
};
// handle download (doc)