From: Jean Privat Date: Thu, 25 Aug 2016 17:16:53 +0000 (-0400) Subject: Merge: Nitweb errors X-Git-Url: http://nitlanguage.org?ds=sidebyside Merge: Nitweb errors Better error handling for the nitweb API: * the API catches all unmatched `/api/*` requests and display a JSON error. Example here: http://nitweb.moz-code.org/api/foo * better error messages (in JSON) for all API handlers. One example here: http://nitweb.moz-code.org/api/entity/foo Also one change in the frontend that displays 404 not found pages: http://nitweb.moz-code.org/foo Pull-Request: #2289 Reviewed-by: Jean Privat --- afee7a2e30a441726939dd8d8a0c81739c7ed936