adapt Procfile hypercorn call.

This commit is contained in:
fiatjaf 2020-09-28 21:11:34 -03:00
parent 3ab29e6e50
commit 2dfae9ecc1

View file

@ -1 +1 @@
web: hypercorn --bind 0.0.0.0:5000 lnbits:app web: hypercorn --bind 0.0.0.0:5000 lnbits.app:create_app()