4 lines
88 B

11 months ago
from quart import jsonify
def handle_error(e):
return jsonify({'error':str(e)}),500