mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-11 06:09:12 -06:00
slash fix
This commit is contained in:
@@ -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('+', ' ')
|
||||
|
||||
Reference in New Issue
Block a user