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