artzstudio
Results
2
issues of
artzstudio
Looks like this piece of code isn't throwing errors from Mongoose if they happen. https://github.com/jspears/mers/blob/master/lib/routes.js#L246
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...