forked from FoundKeyGang/FoundKey
Send Content-Type in ActivityPub request
This commit is contained in:
parent
eff44f9cd1
commit
1f53d1a149
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ export default (user: ILocalUser, url: string, object: any) => new Promise((reso
|
|||
port,
|
||||
method: 'POST',
|
||||
path: pathname + search,
|
||||
headers: {
|
||||
'Content-Type': 'application/activity+json'
|
||||
}
|
||||
}, res => {
|
||||
log(`${url} --> ${res.statusCode}`);
|
||||
|
||||
|
|
Loading…
Reference in a new issue