We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c6192 commit 0e581e1Copy full SHA for 0e581e1
_includes/api/en/4x/express.json.md
@@ -45,7 +45,7 @@ The following table describes the properties of the optional `options` object.
45
46
```js
47
// Limit 5MB for /upload
48
-app.use('/upload', express.json({ limit: '5mb' }));
+app.use('/upload', express.json({ limit: '5mb' }))
49
50
// Default limit for other routes
51
-app.use(express.json());
+app.use(express.json())
0 commit comments