carnet panel contact
This commit is contained in:
parent
faf54f1fec
commit
a7d9a6d7e9
@ -466,9 +466,10 @@ export default function CarnetPage() {
|
|||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
path,
|
id: path,
|
||||||
|
title: vcfFile,
|
||||||
content: vcfContent,
|
content: vcfContent,
|
||||||
mime: 'text/vcard'
|
folder: 'Contacts'
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -526,9 +527,10 @@ export default function CarnetPage() {
|
|||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
path,
|
id: path,
|
||||||
|
title: vcfFile,
|
||||||
content: vcfContent,
|
content: vcfContent,
|
||||||
mime: 'text/vcard'
|
folder: 'Contacts'
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user