@ -1 +1 @@
web: gunicorn wsgi:app
web: gunicorn app:app
@ -8,3 +8,6 @@ def create_app():
app.register_blueprint(views.bp)
return app
app = create_app()
@ -1,3 +0,0 @@
from app import create_app