Nodejs-Assignment-4
Create 3 middleware functions.
Execute first middleware for every client request.
     Execute second  & third middlewares for post request.
    Remove next() in second middleware and check the behaviour.
    Write a middleware to deal with invalid paths
    Write another middleware to deal with errors
 
 
Comments
Post a Comment