This commit is contained in:
GitHub Merge Button 2011-08-18 16:53:22 -07:00
commit fcecbbb5a2

View file

@ -281,7 +281,7 @@ async.waterfall([
app.get('/api/1/:func', function(req, res) app.get('/api/1/:func', function(req, res)
{ {
res.header("Server", serverName); res.header("Server", serverName);
res.header("Content-Type", "application/json"); res.header("Content-Type", "application/json; charset=utf-8");
apiLogger.info("REQUEST, " + req.params.func + ", " + JSON.stringify(req.query)); apiLogger.info("REQUEST, " + req.params.func + ", " + JSON.stringify(req.query));