fix:test vercel2

This commit is contained in:
muhamad fais aizat 2025-05-15 20:10:37 +07:00
parent 6be1adccdb
commit 44cba6f3f8
1 changed files with 2 additions and 2 deletions

View File

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