procfile fix
This commit is contained in:
parent
96697e52aa
commit
83ff7d9144
2
Procfile
2
Procfile
@ -1 +1 @@
|
|||||||
web: gunicorn -b 0.0.0.0:$PORT ayct_backend:create_app() --timeout 120
|
web: gunicorn -b 0.0.0.0:$PORT ayct_backend:app --timeout 120
|
@ -27,3 +27,5 @@ def create_app():
|
|||||||
return "Hello world!"
|
return "Hello world!"
|
||||||
|
|
||||||
return app
|
return app
|
||||||
|
|
||||||
|
app = create_app()
|
||||||
|
Loading…
Reference in New Issue
Block a user