fix:memperbaiki vercel
This commit is contained in:
parent
bd405d5486
commit
e76f4869fd
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
"functions": {
|
||||
"index.py": {
|
||||
"runtime": "python3.9"
|
||||
"version": 2,
|
||||
"builds": [
|
||||
{
|
||||
"src": "index.py",
|
||||
"use": "@vercel/python"
|
||||
}
|
||||
},
|
||||
],
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
|
|
Loading…
Reference in New Issue