diff options
author | pdp8 <pdp8@pdp8.info> | 2023-04-23 19:26:00 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-04-23 19:26:00 +0200 |
commit | 79e3bf726b7166c5ec641ea02b75f82a74f31698 (patch) | |
tree | 2e68564452dc206e5845758bc8e352d7a1e31f3c /webfinger | |
parent | b2b88253f5cc4221b01ed860b02ae156941e03ce (diff) |
inbox/outbox GET
Diffstat (limited to 'webfinger')
-rw-r--r-- | webfinger | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/webfinger b/webfinger new file mode 100644 index 0000000..507b34e --- /dev/null +++ b/webfinger @@ -0,0 +1,10 @@ +{ + "subject": "acct:pdp8@social.pdp8.info", + "links": [ + { + "rel": "self", + "type": "application/activity+json", + "href": "https://social.pdp8.info/pdp8" + } + ] +} |