tko22/flask-boilerplate

gunicorn fix

bharthur opened this issue · 1 comments

I think the following:

web: gunicorn api:app

should be:

web: gunicorn manage:app

tko22 commented

thanks! I just fixed it