Skip to content

Commit

Permalink
params example
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Mar 10, 2019
1 parent aa55dc4 commit ff5a544
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/params/package.json
@@ -0,0 +1,9 @@
{
"private": true,
"name": "params-example",
"version": "0.0.0",
"scripts": {
"dev": "polydev",
"start": "NODE_ENV=production polydev"
}
}
1 change: 1 addition & 0 deletions examples/params/routes/index.js
@@ -0,0 +1 @@
module.exports = (req, res) => res.redirect("/users/howdy")
File renamed without changes.

0 comments on commit ff5a544

Please sign in to comment.