diff --git a/voter/Procfile b/voter/Procfile index dc46f1b..6f18d33 100644 --- a/voter/Procfile +++ b/voter/Procfile @@ -1 +1 @@ -web: gunicorn main:app \ No newline at end of file +web: gunicorn api:app \ No newline at end of file diff --git a/voter/main.py b/voter/api.py similarity index 100% rename from voter/main.py rename to voter/api.py