aboutsummaryrefslogtreecommitdiff
path: root/.well-known
diff options
context:
space:
mode:
authorAnthony Wang2023-01-18 01:19:53 +0000
committerAnthony Wang2023-01-18 01:19:53 +0000
commit80e5041182782ee9dea5e9aea063c846e168df01 (patch)
tree5325d9ca58170fd94a3eff7f1911e2950bea608e /.well-known
parentc2b532982cc27b12041922f5be1a74e60d578542 (diff)
Add static files
Diffstat (limited to '.well-known')
-rw-r--r--.well-known/webfinger10
1 files changed, 10 insertions, 0 deletions
diff --git a/.well-known/webfinger b/.well-known/webfinger
new file mode 100644
index 0000000..64e34b2
--- /dev/null
+++ b/.well-known/webfinger
@@ -0,0 +1,10 @@
+{
+ "subject": "acct:test@0.exozy.me",
+ "links": [
+ {
+ "rel": "self",
+ "type": "application/activity+json",
+ "href": "https://0.exozy.me/users/test.jsonld"
+ }
+ ]
+}