Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save snigo/bed8e14531b91170f84fe8ff09d67737 to your computer and use it in GitHub Desktop.
Save snigo/bed8e14531b91170f84fe8ff09d67737 to your computer and use it in GitHub Desktop.
function handleRequest(req, res) {
/** React on GET request */
}
router.get('/api/topic/:id', handleRequest);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment