Add WebFinger endpoints

This commit is contained in:
Jesse Wierzbinski 2024-04-09 17:45:19 -10:00
parent ee6b6bce34
commit ae9698c647
No known key found for this signature in database
7 changed files with 34 additions and 17 deletions

View file

@ -37,6 +37,6 @@
"**/*.ts",
"**/*.d.ts",
"**/*.vue",
"server/api/.well-known/**/*.ts"
"server/api/well-known/**/*.ts"
]
}