diff --git a/lib/utils/swagger-defs.ts b/lib/utils/swagger-defs.ts index 28997e56..f5de3d61 100644 --- a/lib/utils/swagger-defs.ts +++ b/lib/utils/swagger-defs.ts @@ -1,6 +1,6 @@ 'use strict'; -export const methods = new Set(['get', 'put', 'post', 'delete', 'options', 'head', 'patch']); +export const methods = new Set(['get', 'put', 'post', 'delete', 'options', 'head', 'patch','js']); export const keywordTypes = { multipleOf: 'number',