app.del is being used for the destroy route, but .del has been deprecated since Express 4.2 - it still exists, but it should be removed. I couldn't tell from the README, but are you intending to explicitly support 4.*?
Happy to make the change, just would like to know your approach.
app.del
is being used for the destroy route, but.del
has been deprecated since Express 4.2 - it still exists, but it should be removed. I couldn't tell from the README, but are you intending to explicitly support 4.*?Happy to make the change, just would like to know your approach.