sahat / hackathon-starter

A boilerplate for Node.js web applications
MIT License
34.8k stars 8.16k forks source link

Updated error handler #1226

Closed soundz77 closed 1 year ago

soundz77 commented 1 year ago

Added 4th argument so express identifies the function as an error-handler.

YasharF commented 1 year ago

Reverted the change as it caused issues including 500 server errors.