update bsky domain validation path

This commit is contained in:
Ben Harris 2023-10-09 15:30:18 -04:00
parent cdb7c1351d
commit f250352b03
2 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1,2 @@
<?php header("Content-Type: text/plain");
echo "did:plc:v7tbr6qxk6xanxzn6hjmbk7o";

View File

@ -1,2 +0,0 @@
<?php header("Content-Type: application/json");
echo '{"did":"did:plc:v7tbr6qxk6xanxzn6hjmbk7o"}';