parent
81792268c8
commit
50d5a9c70f
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ app.get("/.well-known/matrix/support", (c) =>
|
|||
|
||||
// .well-known for webfinger - tailscale
|
||||
app.get("/.well-known/webfinger", (c) => {
|
||||
console.log(c.req.query);
|
||||
console.log(c.req.query());
|
||||
console.log(c.req.header());
|
||||
|
||||
const resource = c.req.query("resource");
|
||||
if (!resource) {
|
||||
|
|
Loading…
Reference in a new issue