diff options
-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" + } } |