mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Merge pull request 'Change WebFinger content type to RFC-required type' (#167) from steve-bate/snac2:pr-webfinger-content-type into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/167
This commit is contained in:
commit
76f20bb79e
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,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