mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 00:15:13 -04:00
Merge b96bff996d
into caecfd3997
This commit is contained in:
commit
fcecbbb5a2
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue