diff options
author | pdp8 <pdp8@pdp8.info> | 2023-06-04 12:34:23 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-06-04 12:34:23 +0200 |
commit | 458ce88d5f96272daeadfc70ccd7d43c10df1a31 (patch) | |
tree | 4b72059fc8aa5fced4f028c5e41dde680b310e51 /public/webfinger | |
parent | 1b51ff391d98dc5ed297b9162fa0e3078840cdc0 (diff) |
inbox at '/', inbox parsing moved to activitypub.rb
Diffstat (limited to 'public/webfinger')
-rw-r--r-- | public/webfinger | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/webfinger b/public/webfinger new file mode 100644 index 0000000..507b34e --- /dev/null +++ b/public/webfinger @@ -0,0 +1,10 @@ +{ + "subject": "acct:pdp8@social.pdp8.info", + "links": [ + { + "rel": "self", + "type": "application/activity+json", + "href": "https://social.pdp8.info/pdp8" + } + ] +} |