Skip to content

Instantly share code, notes, and snippets.

@elpuas
Created April 2, 2021 18:44
Show Gist options
  • Save elpuas/4b03d5d426ea46a549230276d911e2c1 to your computer and use it in GitHub Desktop.
Save elpuas/4b03d5d426ea46a549230276d911e2c1 to your computer and use it in GitHub Desktop.
app.use("/", (req, res, next) => {
console.log("I am a middleaware")
next()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment