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": { "version": 2,
"index.py": { "builds": [
"runtime": "python3.9" {
"src": "index.py",
"use": "@vercel/python"
} }
}, ],
"routes": [ "routes": [
{ {
"src": "/(.*)", "src": "/(.*)",