diff --git a/Procfile b/Procfile index 7a9aa8f..493b7b2 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn backend/main:app \ No newline at end of file +web: gunicorn backend:app \ No newline at end of file