Fix image update in edit, QR code generation and translations
This commit is contained in:
@@ -323,7 +323,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
}
|
||||
|
||||
fetch('/api/items/' + id, {
|
||||
method: 'PUT',
|
||||
method: 'POST',
|
||||
body: formData
|
||||
})
|
||||
.then(response => response.json())
|
||||
|
||||
Reference in New Issue
Block a user