fix gunicorn config

This commit is contained in:
jieun 2017-04-04 16:44:27 -04:00
parent 7b94c6cf21
commit e0aaa4f1ea
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
web: gunicorn runp-heroku:app
web: gunicorn app:app
init: python db_create.py
upgrade: python db_upgrade.py