Files
expressjs.com/es/4x/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

528 B

layout, version, title, description, lang, redirect_from
layout version title description lang redirect_from
api 4x Express 4.x - Referencia de API Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version. en

API de 4.x

{% capture node-version %}

Express 4.0 requires Node.js 0.10 or higher.

{% endcapture %}

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

{% include api/en/4x/app.md %}