Files
reflector/www
Mathieu Virbel 59d4c56a48 fix: correct content-type header for FormData uploads
Previously, the API client was setting a default Content-Type of application/json
for all requests, which broke file uploads that need multipart/form-data.

Now the client only sets application/json when the body is not FormData,
allowing FormData to automatically set the correct multipart boundary.
2025-08-29 09:49:29 -06:00
..
2025-02-05 00:25:19 +01:00
2024-08-19 17:56:32 +02:00