diff --git a/Procfile b/Procfile index 0b1764fc..31f824c6 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: hypercorn --bind 0.0.0.0:5000 lnbits:app +web: hypercorn --bind 0.0.0.0:5000 lnbits.app:create_app()