Refactoring

This commit is contained in:
2015-02-01 17:56:09 +00:00
parent 08f95dcb99
commit 971b37c4d2
14 changed files with 240 additions and 164 deletions

View File

@@ -0,0 +1,7 @@
from application import app
from application.modules.shots import index
@app.route("/")
def homepage():
"""Very minimal setup that returns the shot index view"""
return index()