mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-31 12:44:16 -04:00
11 lines
No EOL
164 B
JSON
11 lines
No EOL
164 B
JSON
{
|
|
"routes": [
|
|
{"src": "/(.*)", "dest": "api/api.py"}
|
|
],
|
|
"functions": {
|
|
"api/api.py": {
|
|
"memory": 3008,
|
|
"maxDuration": 30
|
|
}
|
|
}
|
|
} |