Files
expressjs.com/en/5x/api.md
Ayush Kumar 8fc9116931 fix: remove code block rendering in the note section Closes #1949 (#1952)
* fix: remove code block rendering in the note section Closes #1949

* fix: removed markdown from note include to prevent code block rendering

* fix: remove code block rendering from all translation pages

* add markdown attribute

---------

Co-authored-by: shubham oulkar <91728992+ShubhamOulkar@users.noreply.github.com>
2025-06-20 19:24:46 -05:00

656 B

layout, version, title, description, lang, redirect_from
layout version title description lang redirect_from
api 5x Express 5.x - API Reference Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version. en /5x/api.html

5.x API

{% capture node-version %}

Express 5.0 requires Node.js 18 or higher.

{% endcapture %}

{% include admonitions/note.html content=node-version %}

{% include api/en/5x/express.md %} {% include api/en/5x/app.md %} {% include api/en/5x/req.md %} {% include api/en/5x/res.md %} {% include api/en/5x/router.md %}