Skip to content

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

Open
Vansh1811 wants to merge 1 commit intoexpressjs:masterfrom
Vansh1811:fix/deprecate-app-del-to-app-delete
Open

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

Conversation

@Vansh1811
Copy link
Copy Markdown

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.
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.

1 participant