diff --git a/Procfile b/Procfile index 2c8cb9d..1a562af 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: uvicorn main:app --app-dir=server --host=0.0.0.0 --port=${PORT:-5000} \ No newline at end of file +web: uvicorn server.main:app --app-dir=server --host=0.0.0.0 --port=${PORT:-5000} \ No newline at end of file