🔀 Merge branch 'feature/shopify-trigger' of https://github.com/RicardoE105/n8n into RicardoE105-feature/shopify-trigger

This commit is contained in:
Jan Oberhauser
2019-12-06 22:38:46 +01:00
6 changed files with 478 additions and 2 deletions

View File

@@ -230,7 +230,10 @@ class App {
});
// Support application/json type post data
this.app.use(bodyParser.json({ limit: "16mb" }));
this.app.use(bodyParser.json({ limit: "16mb", verify: (req, res, buf) => {
// @ts-ignore
req.rawBody = buf;
}}));
// Make sure that Vue history mode works properly
this.app.use(history({