Skip to content

Commit 75402fa

Browse files
authored
Merge pull request #2 from morejust/master
merge
2 parents ac9249f + 29e846b commit 75402fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

now.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"version": 2,
33
"builds": [
44
{ "src": "app.py", "use": "@now/python" }
5+
],
6+
"routes": [
7+
{ "src": "/(.*)", "dest": "index.py" }
58
]
69
}

0 commit comments

Comments
 (0)