fix:memperbaiki vercel

This commit is contained in:
muhamad fais aizat 2025-05-16 13:31:08 +07:00
parent 3128d72446
commit bd405d5486
1 changed files with 2 additions and 1 deletions

View File

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