diff --git a/Procfile b/Procfile index 33bc20a..86c60cc 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python API/web_api.py --port=$PORT +web: python ./web_app.py