mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] Serve correct 'application/jrd+json' content type for webfinger requests (#1738)
* [bugfix] Return `application/jrd+json` from webfinger queries * update finger req content-type
This commit is contained in:
@@ -2582,7 +2582,7 @@ paths:
|
||||
See: https://webfinger.net/
|
||||
operationId: webfingerGet
|
||||
produces:
|
||||
- application/json
|
||||
- application/jrd+json
|
||||
responses:
|
||||
"200":
|
||||
description: ""
|
||||
|
Reference in New Issue
Block a user