expressjs-structure icon indicating copy to clipboard operation
expressjs-structure copied to clipboard

MIddleware for controllers

Open martian17 opened this issue 1 year ago • 0 comments

Controllers here are written as bare functions, How could we apply different middlewares to each controllers depending on need?

This is useful when validating data fields that are only present in some of the controllers. Otherwise, we would need to explicitly declare an error return statement, which is prone to error.

martian17 avatar Sep 05 '24 10:09 martian17