app.post("update") { req -> EventLoopFuture<SyntaxResponse> in
app.on(.POST, "update", body: .collect(maxSize: "10mb")) { req -> EventLoopFuture<SyntaxResponse> in
app.on(.POST