TachiWeb / TachiWeb-Server

A port of the Tachiyomi manga reader to the desktop and server
407 stars 46 forks source link

Return JSON error messages when route crashes #13

Closed null-dev closed 6 years ago

null-dev commented 6 years ago

Currently when an uncaught exception is thrown on a route, the server just returns: 500 Internal Server error.

This should be modified to return an error in JSON instead.

null-dev commented 6 years ago

Fixed in source