diff options
Diffstat (limited to 'deliver.rb')
-rw-r--r-- | deliver.rb | 2 |
1 files changed, 1 insertions, 1 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) |