fix: update dropbox-sync API to merge non-editable fields, fix setCors crash and update fallback asset

This commit is contained in:
Christian Vidal Wolf
2026-05-21 11:10:43 +02:00
parent efe51c7f62
commit 972fbffc1c
3 changed files with 139 additions and 24 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ export default function App() {
const syncRes = await fetch('/api/dropbox-sync', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ rows, fileMeta })
body: JSON.stringify({ rows, headers, fileMeta })
});
if (syncRes.ok) {