Source code for src.api.errors

from flask import jsonify


[docs]def page_not_found(e): return jsonify(error="Page not found"), 404