diff --git a/backend/vercel.json b/backend/vercel.json index f1aadcfb..459f7b88 100644 --- a/backend/vercel.json +++ b/backend/vercel.json @@ -1,7 +1,7 @@ { "functions": { "index.py": { - "runtime": "vercel-python@3.9" + "runtime": "python3.9" } }, "routes": [ @@ -11,3 +11,4 @@ } ] } +