mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 14:22:34 +00:00
increase json size to 2mb
This commit is contained in:
parent
c8ec6451ce
commit
3212866e82
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ HealthCheckController = require("./app/js/HealthCheckController")
|
|||
|
||||
|
||||
|
||||
server.use bodyParser.json()
|
||||
server.use bodyParser.json(limit: "2mb")
|
||||
server.use metrics.http.monitor(logger)
|
||||
|
||||
server.post "/user/:user_id/check", SpellingAPIController.check
|
||||
|
|
Loading…
Reference in a new issue