Spaces:
Running
Running
File size: 142 Bytes
b5843f8 | 1 2 3 4 5 6 7 8 9 | {
"rewrites": [
{ "source": "/(.*)", "destination": "app.py" }
],
"functions": {
"app.py": { "runtime": "python3.11" }
}
}
|