From ea357ebf6382f7564ac04dd04f64c2c2550f5db7 Mon Sep 17 00:00:00 2001 From: sl kim Date: Fri, 23 Aug 2024 20:18:48 +0900 Subject: [PATCH] =?UTF-8?q?python=20=ED=95=B8=EB=93=A4=EB=9F=AC=20main?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index a84f1c4..94b2769 100644 --- a/vercel.json +++ b/vercel.json @@ -2,7 +2,7 @@ "version": 2, "builds": [ { - "src": "wsgi.py", + "src": "main.py", "use": "@vercel/python" }, {