fix module:app typo
This commit is contained in:
parent
e2c1c03bfc
commit
3051de03aa
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -1,2 +1,2 @@
|
||||||
gunicorn --worker-class eventlet -w 1 module:app
|
gunicorn --worker-class eventlet -w 1 server:server
|
||||||
release: python manage.py db upgrade
|
release: python manage.py db upgrade
|
Loading…
Reference in a new issue