Closed sinistral closed 8 years ago
Sharing the implementation reduces boilerplate by allowing the query filtering and 404 handling to be done in one place.
The custom NotFound exception has also been replaced with Flask's own abort function.
abort
Sharing the implementation reduces boilerplate by allowing the query filtering and 404 handling to be done in one place.
The custom NotFound exception has also been replaced with Flask's own
abort
function.