diff --git a/http/app.py b/http/app.py index 3e7924b3..f35a2bc7 100644 --- a/http/app.py +++ b/http/app.py @@ -57,13 +57,6 @@ def three_colors(color): return '

Love is patient and kind. Love is not jealous or boastful or proud or rude.

' -# return error response -@app.route('/brew/') -def teapot(drink): - if drink == 'coffee': - abort(418) - else: - return 'A drop of tea.' # 404