Skip to content

Instantly share code, notes, and snippets.

@danielrobleM
Created April 17, 2015 03:33
Show Gist options
  • Select an option

  • Save danielrobleM/d7b1397e38310165549e to your computer and use it in GitHub Desktop.

Select an option

Save danielrobleM/d7b1397e38310165549e to your computer and use it in GitHub Desktop.
router.get('/',function(req,res){
res.render('login');
});
router.get('/login',function(req,res){
res.render('login');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment