mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
fix(federation): 🐛 Change incorrect X-Date to X-Nonce
This commit is contained in:
parent
9cd53ce58a
commit
4bf3c44959
|
|
@ -180,7 +180,7 @@ export default apiRoute((app) =>
|
|||
method: context.req.method,
|
||||
headers: {
|
||||
"X-Signature": signature,
|
||||
"X-Date": nonce,
|
||||
"X-Nonce": nonce,
|
||||
},
|
||||
body: await context.req.text(),
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue