mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
refactor: 📝 Use new Versia content-type everywhere
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
This commit is contained in:
parent
e138e9e7c3
commit
c6c5945bef
3 changed files with 8 additions and 8 deletions
|
|
@ -116,7 +116,7 @@ const headers = new Headers();
|
|||
headers.set("Versia-Signed-By", "bob.com");
|
||||
headers.set("Versia-Signed-At", timestamp);
|
||||
headers.set("Versia-Signature", base64Signature);
|
||||
headers.set("Content-Type", "application/json");
|
||||
headers.set("Content-Type", "application/vnd.versia+json; charset=utf-8");
|
||||
|
||||
const response = await fetch("https://alice.com/.versia/v0.6/inbox", {
|
||||
method: "POST",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue