chore(deps): Update dependencies 🚀
This commit is contained in:
parent
3f78f6f6bb
commit
3599f16d22
8 changed files with 673 additions and 566 deletions
|
|
@ -19,7 +19,7 @@ const XRD = (...x: { element: string, value?: string, attributes?: Record<string
|
|||
typeof value === 'string' ? `>${escapeValue(value)}</${element}` : '/'
|
||||
}>`).reduce((a, c) => a + c, '')}</XRD>`;
|
||||
|
||||
const allPath = '/.well-known/*';
|
||||
const allPath = '/.well-known/(.*)';
|
||||
const webFingerPath = '/.well-known/webfinger';
|
||||
const jrd = 'application/jrd+json';
|
||||
const xrd = 'application/xrd+xml';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue