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": {
"index.py": {
"api/index.py": {
"runtime": "@vercel/python@3.1.7"
}
},
"routes": [
{
"src": "/(.*)",
"dest": "index.py"
"dest": "api/index.py"
}
]
}