mirror of https://gitee.com/bigwinds/arangodb
added missing charset
This commit is contained in:
parent
273bd77492
commit
d1184d89e4
|
@ -190,7 +190,7 @@ actions.defineHttp({
|
||||||
prefix : true,
|
prefix : true,
|
||||||
callback : function (req, res) {
|
callback : function (req, res) {
|
||||||
res.responseCode = actions.HTTP_OK;
|
res.responseCode = actions.HTTP_OK;
|
||||||
res.contentType = "application/json";
|
res.contentType = "application/json; charset=utf-8";
|
||||||
res.body = JSON.stringify(req);
|
res.body = JSON.stringify(req);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue