Commit 5317ebe
authored
docs: app.del() with app.delete() in README example (#411)
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.1 parent ee714bd commit 5317ebe
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments