Represents the list of handlers that can be passed to route methods like get, post, etc. It flexibly accepts an optional validation schema followed by any number of Express request handlers.
get
post
Represents the list of handlers that can be passed to route methods like
get,post, etc. It flexibly accepts an optional validation schema followed by any number of Express request handlers.