Skip to content

Commit

Permalink
Merge 013a677 into fb3c003
Browse files Browse the repository at this point in the history
  • Loading branch information
rodion-arr committed Nov 25, 2020
2 parents fb3c003 + 013a677 commit a234dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ handler.get('/', function (req, res) {
res.setHeader('Content-Type', 'text/plain; charset=utf-8')

// will respond with the param of the router's parent route
res.end(path + '\n')
res.end(req.params.path + '\n')
})

// make our http server listen to connections
Expand Down

0 comments on commit a234dc0

Please sign in to comment.