We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac9249f + 29e846b commit 75402faCopy full SHA for 75402fa
now.json
@@ -2,5 +2,8 @@
2
"version": 2,
3
"builds": [
4
{ "src": "app.py", "use": "@now/python" }
5
+ ],
6
+ "routes": [
7
+ { "src": "/(.*)", "dest": "index.py" }
8
]
9
}
0 commit comments