diff options
author | Anthony Wang | 2022-07-11 18:25:23 -0500 |
---|---|---|
committer | Anthony Wang | 2022-07-11 18:25:23 -0500 |
commit | 329b818740b74ae03716c4f94099f7728d911277 (patch) | |
tree | c56242d78e597be733c456f30818adcebe497873 | |
parent | 1096aa34d24ee521f245dc8ee105c29950daee02 (diff) |
Fix more typos
-rw-r--r-- | deliver.rb | 2 | ||||
-rw-r--r-- | message | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -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) @@ -9,6 +9,5 @@ "source": { "mediaType": "text/markdown; variant=Commonmark", "content": "Hello from test.exozy.me!" - }, - "published": "2019-11-06T20:49:05.604488Z" + } } |