Add feature middleware execute api
ujjwalguptaofficial
released this
20 Jan 13:02
·
113 commits
to master
since this release
add feature middleware execute api
expose a middleware api which will help to execute any middleware
const middleware = (req,resp, next)=>{
next();
}
this.middleware(middleware).execute();