fix:memperbaiki vercel
This commit is contained in:
parent
bd405d5486
commit
e76f4869fd
|
@ -1,9 +1,11 @@
|
||||||
{
|
{
|
||||||
"functions": {
|
"version": 2,
|
||||||
"index.py": {
|
"builds": [
|
||||||
"runtime": "python3.9"
|
{
|
||||||
|
"src": "index.py",
|
||||||
|
"use": "@vercel/python"
|
||||||
}
|
}
|
||||||
},
|
],
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"src": "/(.*)",
|
"src": "/(.*)",
|
||||||
|
|
Loading…
Reference in New Issue