Spaces:
Sleeping
Sleeping
File size: 195 Bytes
73b614e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"functions": {
"api/index.py": {
"maxDuration": 60,
"memory": 3008
}
},
"routes": [
{
"src": "/(.*)",
"dest": "api/index.py"
}
]
}
|