From 1dd762ba3c38232638e02b9c12a0416f5ad121af Mon Sep 17 00:00:00 2001 From: muhamad fais aizat Date: Thu, 15 May 2025 20:53:24 +0700 Subject: [PATCH] fix: rubah vercel.json --- backend/vercel.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/vercel.json b/backend/vercel.json index f390254e..94b39adc 100644 --- a/backend/vercel.json +++ b/backend/vercel.json @@ -1,13 +1,14 @@ { "functions": { - "api/main.py": { + "api/index.py": { "runtime": "python3.10" } }, "routes": [ { "src": "/(.*)", - "dest": "api/main.py" + "dest": "/api/index.py" } ] } +