fix:memperbaiki vercel
This commit is contained in:
parent
49a6648798
commit
1030ac12c2
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"builds": [
|
"builds": [
|
||||||
{
|
{
|
||||||
"src": "main.py",
|
"src": "index.py",
|
||||||
"use": "@vercel/python"
|
"use": "@vercel/python"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"src": "/(.*)",
|
"src": "/(.*)",
|
||||||
"dest": "main.py"
|
"dest": "index.py"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue