diff --git a/Procfile b/Procfile index 379a9eb..b8a015b 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:app