From f63d5ada0fbe32000411f179ef3858003a923d16 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Sat, 5 Feb 2022 20:30:33 +0800 Subject: [PATCH] feat: update --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index ae0b8ac..ea156ad 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn run: app \ No newline at end of file +web: gunicorn manage: app \ No newline at end of file