Send JS in JSON format

master
Nicolas Favre-Felix 13 years ago
parent 33f9a2f01e
commit 7286cfe73f

@ -282,7 +282,7 @@ cmd_select_format(struct http_client *client, struct cmd *cmd,
{.s = "jpg", .sz = 3, .f = custom_type_reply, .ct = "image/jpeg"},
{.s = "jpeg", .sz = 4, .f = custom_type_reply, .ct = "image/jpeg"},
{.s = "js", .sz = 2, .f = custom_type_reply, .ct = "application/javascript"},
{.s = "js", .sz = 2, .f = json_reply, .ct = "application/javascript"},
{.s = "css", .sz = 3, .f = custom_type_reply, .ct = "text/css"},
};

Loading…
Cancel
Save