fix: rubah vercel.json

This commit is contained in:
muhamad fais aizat 2025-05-15 20:53:24 +07:00
parent f65c2927f2
commit 1dd762ba3c
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,14 @@
{ {
"functions": { "functions": {
"api/main.py": { "api/index.py": {
"runtime": "python3.10" "runtime": "python3.10"
} }
}, },
"routes": [ "routes": [
{ {
"src": "/(.*)", "src": "/(.*)",
"dest": "api/main.py" "dest": "/api/index.py"
} }
] ]
} }