Skip to content

Commit

Permalink
Fix code example ion req.query (#1366)
Browse files Browse the repository at this point in the history
closes #1361
closes #1366
  • Loading branch information
fetsorn authored Mar 4, 2024
1 parent e03b48a commit 1a3b3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/api/en/5x/req-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The value of this property can be configured with the [query parser application

```js
const qs = require('qs')
app.setting('query parser',
app.set('query parser',
(str) => qs.parse(str, { /* custom options */ }))
```

Expand Down

0 comments on commit 1a3b3e9

Please sign in to comment.