fix:memperbaiki vercel

This commit is contained in:
muhamad fais aizat 2025-05-16 13:37:28 +07:00
parent bd405d5486
commit e76f4869fd
1 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,11 @@
{
"functions": {
"index.py": {
"runtime": "python3.9"
"version": 2,
"builds": [
{
"src": "index.py",
"use": "@vercel/python"
}
},
],
"routes": [
{
"src": "/(.*)",