Compare commits
1 Commits
a070898cab
...
0b3f0cbca4
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b3f0cbca4 |
@@ -149,7 +149,9 @@ 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: {}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user