Change WebFinger content type to RFC-required type

This commit is contained in:
Steve Bate 2024-05-22 09:43:36 +02:00
parent b95fbe4e43
commit 59bdaca3a8

View File

@ -214,7 +214,7 @@ int webfinger_get_handler(xs_dict *req, char *q_path,
status = 200; status = 200;
*body = j; *body = j;
*ctype = "application/json"; *ctype = "application/jrd+json";
} }
else else
status = 404; status = 404;