fix: rubah vercel.json

This commit is contained in:
muhamad fais aizat 2025-05-15 21:43:07 +07:00
parent 194905e621
commit 37664feeef
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"version": 2,
"builds": [
{
"src": "index.py",
"src": "api/main.py",
"use": "@vercel/python",
"config": { "runtime": "python3.10" }
}
@ -10,7 +10,7 @@
"routes": [
{
"src": "/(.*)",
"dest": "index.py"
"dest": "api/main.py"
}
]
}