diff --git a/app/routes.py b/app/routes.py index ec5f251..ee68289 100644 --- a/app/routes.py +++ b/app/routes.py @@ -31,6 +31,8 @@ def serve_pil_image(pil_img): return send_file(img_io, mimetype='image/jpeg') @app.route('/panzer/') +@app.route('/panzer') +@app.route('/panzer/') @app.route('/panzer//') def panzer(string='bionicles are cooler than sex'): string = string.replace('+', ' ')