0
Q:

middleware

//just for me lol... pls don't delete
"middleware" - code that runs before the final route call back.
They are in the middle of the beginning of the route and the 
callback function.
4

app.use("/", (req, res, next) => {
  console.log("I am a middleaware")
  next()
})
1

New to Communities?

Join the community