fix:mengembalikan semua versi dan vercel
This commit is contained in:
parent
44cba6f3f8
commit
288ebd1eb2
Binary file not shown.
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"functions": {
|
||||
"api/index.py": {
|
||||
"runtime": "@vercel/python@3.1.7"
|
||||
"builds":[
|
||||
{
|
||||
"src": "index.py",
|
||||
"use": "@vercel/python"
|
||||
}
|
||||
},
|
||||
],
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "api/index.py"
|
||||
"dest": "index.py"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue