Skip to content

fix: replace deprecated app.del() with app.delete() in README example#411

Merged
jonchurch merged 1 commit intoexpressjs:masterfrom
Vansh1811:fix/deprecate-app-del-to-app-delete
Apr 6, 2026
Merged

fix: replace deprecated app.del() with app.delete() in README example#411
jonchurch merged 1 commit intoexpressjs:masterfrom
Vansh1811:fix/deprecate-app-del-to-app-delete

Conversation

@Vansh1811
Copy link
Copy Markdown
Contributor

The README pre-flight example used app.del() which has been deprecated since Express 4.x. Replaced it with the correct app.delete() method to align with current Express.js API and prevent confusion for new users.

The README pre-flight example used app.del() which has been deprecated since Express 4.x. Replaced it with the correct app.delete() method to align with current Express.js API and prevent confusion for new users.
@jonchurch jonchurch merged commit 5317ebe into expressjs:master Apr 6, 2026
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants