From: Steve Myers Date: Wed, 6 Mar 2024 00:26:50 +0000 (-0600) Subject: nostr: fix .well-known/nostr.json location X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/-sqlite/index.html?a=commitdiff_plain;h=a8c8ac4f21c7e90f3e376fc4f08e0860c4f751c6;p=bitcoindevkit.org nostr: fix .well-known/nostr.json location --- diff --git a/.well-known/nostr.json b/.well-known/nostr.json deleted file mode 100644 index c4d27c88df..0000000000 --- a/.well-known/nostr.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "names": { - "_": "8b6d16db3516cac6db98df93a633ccb8116cb1088a25c2d86a70b9b17a63259a" - } -} \ No newline at end of file diff --git a/static/.well-known/nostr.json b/static/.well-known/nostr.json new file mode 100644 index 0000000000..c4d27c88df --- /dev/null +++ b/static/.well-known/nostr.json @@ -0,0 +1,5 @@ +{ + "names": { + "_": "8b6d16db3516cac6db98df93a633ccb8116cb1088a25c2d86a70b9b17a63259a" + } +} \ No newline at end of file