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" } ] } +