Skip to content

Commit

Permalink
Update webfinger.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeseda authored and macdonst committed Dec 13, 2022
1 parent 0a0924a commit a69438a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/api/.well-known/webfinger.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ export async function get({ query }) {
headers: {
'Content-Type': 'application/jrd+json; charset=utf-8',
},
json: axol,
body: JSON.stringify(axol),
}
: {
headers: { 'Content-Type': 'text/plain' },
body: 'Not found',
text: 'Not found',
statusCode: 404,
}
}

0 comments on commit a69438a

Please sign in to comment.