Fix more typos

This commit is contained in:
Anthony Wang 2022-07-11 18:25:23 -05:00
parent 1096aa34d2
commit 329b818740
Signed by: a
GPG key ID: BC96B00AEC5F2D76
2 changed files with 2 additions and 3 deletions

View file

@ -11,4 +11,4 @@ signature = Base64.strict_encode64(keypair.sign(OpenSSL::Digest::SHA256.new,
header = 'keyId="https://test.exozy.me/api/v1/activitypub/user/test#main-key",headers="(request-target) host date",signature="' + signature + '"'
HTTP.headers({ 'Host': 'git.exozy.me', 'Date': date, 'Signature': header })
.post('https://git.exozy.me/api/v1/activitypub/user/Ta180m/inbox', body: document)
.post('https://git.exozy.me/api/v1/activitypub/repo/Ta180m/Hello-world/inbox', body: document)

View file

@ -9,6 +9,5 @@
"source": {
"mediaType": "text/markdown; variant=Commonmark",
"content": "Hello from test.exozy.me!"
},
"published": "2019-11-06T20:49:05.604488Z"
}
}