Modules
App modules can be defined in config/modules
same as the middleware config.
Modules configuration file is called after the environment files loaded.
Modules are loaded by order
config/modules/all.ts
#
Async middlewaresAsync middlwares also supported.
if error is thrown next(new HttpError(e))
is called