diff --git a/Procfile b/Procfile index cb9fab0..379a9eb 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker app:app \ No newline at end of file +web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker main:app