Browse Source

removed gardbage introduced in prev. commit

Jocelyn Delalande 10 years ago
parent
commit
fb64ae2bcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend.py

+ 1 - 1
backend.py

@@ -74,7 +74,7 @@ ANTISPAM_FIELD = 'url'
 
 app = Bottle()
 
-@app.route(URL_PREFIX+'/')
+@app.route('/')
 def home():
      redirect("/wifi-form")