Fix bug with content-type

This commit is contained in:
Alex Selimov 2026-08-03 23:52:46 -04:00
parent 9a66205d80
commit 74d5ed7eb0

View file

@ -26,6 +26,9 @@
title: document.querySelector('meta[name="title"]').content,
}),
credentials: "include",
headers: {
"Content-Type": "application/json",
},
});
if (r.ok) {