From 7aaa008bb6414212d250409fbc28176a4574a1e7 Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Tue, 20 Dec 2022 02:28:58 -0800 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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