mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Change WebFinger content type to RFC-required type
This commit is contained in:
parent
b95fbe4e43
commit
59bdaca3a8
@ -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 New Issue
Block a user