UMM-CSci-3601 / 3601-lab4-mongo

Software Design Lab 4 - MongoDB, Javalin, and Angular
MIT License
0 stars 0 forks source link

Improve server error handling #30

Closed NicMcPhee closed 2 years ago

NicMcPhee commented 2 years ago

This changes the server.exception() call to match the iteration template, which provides a more Javalin-y approach to handling the errors.

While I was here I also removed the bracket colorizer recommendation.