diff --git a/procfile b/procfile index 379a9eb..d808b16 100644 --- a/procfile +++ b/procfile @@ -1 +1 @@ -web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker main:app +web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker app:main