Skip to content

Instantly share code, notes, and snippets.

@aswinzz
Created January 25, 2019 19:42
Show Gist options
  • Save aswinzz/6bf07b07ce8e155f16af6a2e216cda73 to your computer and use it in GitHub Desktop.
Save aswinzz/6bf07b07ce8e155f16af6a2e216cda73 to your computer and use it in GitHub Desktop.
server.get('/Order/:id', (req, res) => {
const actualPage = '/Order'
const queryParams = { id: req.params.id }
app.render(req, res, actualPage, queryParams)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment