1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-09-29 07:33:05 +00:00
FediBooks/app/templates/ap/webfinger.json

13 lines
No EOL
206 B
JSON

{
"aliases": [
"{{ base_uri }}/actor"
],
"links": [
{
"href": "{{ base_uri }}/actor",
"rel": "self",
"type": "application/activity+json"
}
],
"subject": "acct:fedibooks@{{ base_uri }}"
}