Skip to content

Commit

Permalink
Add a comment explaining that JSON parse middlewares need to come aft…
Browse files Browse the repository at this point in the history
…er the Trigger middleware (#773)
  • Loading branch information
jaaneh authored Jan 3, 2024
1 parent 390ac61 commit ef037af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_snippets/manual-setup-express.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const app: Express = express();

//add the middleware
app.use(createMiddleware(client));
// app.use(express.json()); //if you're parsing JSON, you need to add the Trigger middleware before this

//..the rest of your Express code
```
Expand Down

0 comments on commit ef037af

Please sign in to comment.