Hey there, just flagging this for you that Express 4 deprecated app.del in favor of app.delete.
Just gives me an annoying warning message, otherwise still works.
express: app.del: Use app.delete instead
I'd submit a pull request but figured you probably want to maintain compatibility. Thoughts?
Hey there, just flagging this for you that Express 4 deprecated app.del in favor of app.delete.
Just gives me an annoying warning message, otherwise still works.
I'd submit a pull request but figured you probably want to maintain compatibility. Thoughts?