mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Change WebFinger content type to RFC-required type
This commit is contained in:
parent
b95fbe4e43
commit
59bdaca3a8
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ int webfinger_get_handler(xs_dict *req, char *q_path,
|
|||
|
||||
status = 200;
|
||||
*body = j;
|
||||
*ctype = "application/json";
|
||||
*ctype = "application/jrd+json";
|
||||
}
|
||||
else
|
||||
status = 404;
|
||||
|
|
Loading…
Reference in a new issue