fix: test vercel
This commit is contained in:
parent
9078c6c940
commit
db060ecab5
|
@ -2,7 +2,7 @@
|
|||
"version": 2,
|
||||
"builds": [
|
||||
{
|
||||
"src": "api/index.py",
|
||||
"src": "index.py",
|
||||
"use": "@vercel/python",
|
||||
"config": { "runtime": "python3.10" }
|
||||
}
|
||||
|
@ -10,7 +10,7 @@
|
|||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "api/index.py"
|
||||
"dest": "index.py"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue