this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix atproto-did

alice ff9d2373 1c82b93f

+8
+8
src/app/.well-known/atproto-did/route.ts
··· 1 + import { MY_DID } from "#/lib/config"; 2 + 3 + export async function GET(request: Request) { 4 + return new Response(MY_DID, { 5 + status: 200, 6 + headers: { "content-type": "text/plain" }, 7 + }); 8 + }