fix:test vercel1

This commit is contained in:
muhamad fais aizat 2025-05-15 20:03:10 +07:00
parent 5908f33041
commit d3bf811082
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"functions": { "functions": {
"index.py": { "index.py": {
"runtime": "python3.11" "runtime": "@vercel/python@3.1.7"
} }
}, },
"routes": [ "routes": [
@ -11,3 +11,4 @@
} }
] ]
} }