fix: rubah vercel.json
This commit is contained in:
parent
f65c2927f2
commit
1dd762ba3c
|
@ -1,13 +1,14 @@
|
||||||
{
|
{
|
||||||
"functions": {
|
"functions": {
|
||||||
"api/main.py": {
|
"api/index.py": {
|
||||||
"runtime": "python3.10"
|
"runtime": "python3.10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"src": "/(.*)",
|
"src": "/(.*)",
|
||||||
"dest": "api/main.py"
|
"dest": "/api/index.py"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue