summaryrefslogtreecommitdiff
path: root/webfinger.c
diff options
context:
space:
mode:
Diffstat (limited to 'webfinger.c')
-rw-r--r--webfinger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/webfinger.c b/webfinger.c
index a12134d..cad86e4 100644
--- a/webfinger.c
+++ b/webfinger.c
@@ -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;