slash fix

This commit is contained in:
Xevion
2019-07-11 23:48:29 -05:00
parent ff46b60f46
commit fb9f64c228

View File

@@ -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/<string>')
@app.route('/panzer/<string>/')
def panzer(string='bionicles are cooler than sex'):
string = string.replace('+', ' ')