Refactoring
This commit is contained in:
7
attract/application/modules/main/__init__.py
Normal file
7
attract/application/modules/main/__init__.py
Normal 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()
|
Reference in New Issue
Block a user