Skip to content

Commit

Permalink
Add the slackin.js static route
Browse files Browse the repository at this point in the history
  • Loading branch information
emedvedev committed Oct 27, 2019
1 parent 89e9183 commit a74f190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions now.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
],
"routes": [
{ "src": "/assets/(.*)", "dest": "$1" },
{ "src": "/slackin.js", "dest": "assets/badge.js" },
{ "src": "/(.*)", "dest": "bin/slackin" }
]
}

0 comments on commit a74f190

Please sign in to comment.