From 1f56e3b275937c5cb97020b57c8f4a13749f244a Mon Sep 17 00:00:00 2001 From: Mehdi ABAAKOUK Date: Mon, 19 Dec 2011 00:17:30 +0100 Subject: [PATCH] fix prefix option --- lg.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lg.py b/lg.py index 7e1131c..0c8a30d 100755 --- a/lg.py +++ b/lg.py @@ -37,6 +37,9 @@ def check_ipv6(n): def hello(): return render_template('index.html') +@app.route("///prefix/") +@app.route("///prefix/") +@app.route("///prefix//") @app.route("///prefix/") @app.route("///prefix/") @app.route("///prefix//")