fix:memperbaiki vercel
This commit is contained in:
parent
ae8e76e1f2
commit
49a6648798
|
@ -1,16 +1,15 @@
|
||||||
{
|
{
|
||||||
"version": 2,
|
"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