Open
Description
Routing-controllers allows to set config for 'cors' module, but it doesn't enabling handling of pre-flight requests https://github.com/expressjs/cors#enabling-cors-pre-flight
I suggest to expose another option to createExpressServer (like 'handleCorsPreflight') to enable it.