carnet panel contact

This commit is contained in:
alma 2025-04-20 20:42:10 +02:00
parent faf54f1fec
commit a7d9a6d7e9

View File

@ -466,9 +466,10 @@ export default function CarnetPage() {
'Content-Type': 'application/json',
},
body: JSON.stringify({
path,
id: path,
title: vcfFile,
content: vcfContent,
mime: 'text/vcard'
folder: 'Contacts'
}),
});
@ -526,9 +527,10 @@ export default function CarnetPage() {
'Content-Type': 'application/json',
},
body: JSON.stringify({
path,
id: path,
title: vcfFile,
content: vcfContent,
mime: 'text/vcard'
folder: 'Contacts'
})
});