Compare commits

..

1 Commits

Author SHA1 Message Date
a070898cab feat: rollout 2025-10-22 19:00:26 +02:00

View File

@@ -149,9 +149,7 @@ class ApiClient {
return this.request('/api/registry/firmware', { return this.request('/api/registry/firmware', {
method: 'POST', method: 'POST',
body: formData, body: formData
isForm: true,
headers: {}
}); });
} }