fix:test vercel2
This commit is contained in:
parent
6be1adccdb
commit
44cba6f3f8
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"functions": {
|
"functions": {
|
||||||
"index.py": {
|
"api/index.py": {
|
||||||
"runtime": "@vercel/python@3.1.7"
|
"runtime": "@vercel/python@3.1.7"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"src": "/(.*)",
|
"src": "/(.*)",
|
||||||
"dest": "index.py"
|
"dest": "api/index.py"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue