Spaces:
Runtime error
Runtime error
File size: 175 Bytes
99f8405 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"builds": [
{
"src": "api/index.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "api/index.py"
}
]
}
|