From 64cb2816cc8319ca2552356ae2de0ab0a6678d73 Mon Sep 17 00:00:00 2001 From: Jose De Freitas Date: Tue, 2 Mar 2021 14:39:59 -0500 Subject: [PATCH] Change file name --- voter/Procfile | 2 +- voter/{main.py => api.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename voter/{main.py => api.py} (100%) 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