Skip to content

Instantly share code, notes, and snippets.

@ayushgp
Created November 9, 2016 04:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayushgp/93fc93ae458fd818631df28847618c55 to your computer and use it in GitHub Desktop.
Save ayushgp/93fc93ae458fd818631df28847618c55 to your computer and use it in GitHub Desktop.
function LogRequsts(req, res, next){
console.log("A request was received!");
next();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment