@error_blueprint.app_errorhandler(500)definternal_server_error(error):""" Handle 500 Internal Server Error. """return{"error":"Internal Server Error"},500
not_found_error(error)
Handle 404 Not Found errors.
Source code in src\downtime_panda\blueprints\errors\routes.py