fix:mengembalikan semua versi dan vercel

This commit is contained in:
muhamad fais aizat 2025-05-15 20:14:54 +07:00
parent 44cba6f3f8
commit 288ebd1eb2
2 changed files with 13 additions and 13 deletions

Binary file not shown.

View File

@ -1,14 +1,14 @@
{ {
"functions": { "builds":[
"api/index.py": { {
"runtime": "@vercel/python@3.1.7" "src": "index.py",
} "use": "@vercel/python"
}, }
"routes": [ ],
{ "routes": [
"src": "/(.*)", {
"dest": "api/index.py" "src": "/(.*)",
} "dest": "index.py"
] }
]
} }