EraCode practice
Blueprint-local error handling
FlaskintermediateMulti-Part
Summary
Practice a Flask idiom: keeping error handling scoped to a Blueprint instead of global app-wide handlers.
Problem preview
### Goal Make the **Blueprint** return a custom JSON 404 only for its own routes. - A request to should return JSON: with status **404**. - A request to (outside the Blueprint) should keep the app’s …
Attempt this challenge
Sign in to attempt the full challenge with timed AI grading, hints, and test feedback.