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