Doron Guttman
Doron Guttman
closes #162
add a link to [NestJS](https://nestjs.com/) CORS configuration
fix for https://github.com/EventEmitter2/EventEmitter2/issues/296
When `eventName` is a Symbol AND `maxListeners` threshold is exceeded AND `verboseMemoryLeak` is true, the following error will be thrown: ``` TypeError: Cannot convert a Symbol value to a string...
### Content & configuration Swagger/OpenAPI definition: ```yaml openapi: 3.0.0 paths: /v1/my-api: search: operationId: MyApiControllerV1_find summary: Find a record ID parameters: [] requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/RecordFindDto' responses:...
### Description Added support for SEARCH verb/method ### Motivation and Context - Fixes https://github.com/swagger-api/swagger-ui/issues/10085 ### How Has This Been Tested? using `npm run dev` with the provided schema ### Screenshots...