summaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/app.py b/app.py
index bc1945d..ca7e5d7 100644
--- a/app.py
+++ b/app.py
@@ -4,7 +4,8 @@ from bottle import jinja2_template as template
app = Bottle()
@app.route("/")
-def hello():
[email protected]("/index.html")
+def index():
return template("index")
@app.route("/static/<filename>")