From 31b223ea8a44c4748f737a3047e7ab378004ab7a Mon Sep 17 00:00:00 2001 From: eitanya Date: Tue, 14 Mar 2017 09:15:32 +0200 Subject: [PATCH] remove js virtual method will be added in a branch --- lib/utils/swagger-defs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/swagger-defs.ts b/lib/utils/swagger-defs.ts index f5de3d61..28997e56 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','js']); +export const methods = new Set(['get', 'put', 'post', 'delete', 'options', 'head', 'patch']); export const keywordTypes = { multipleOf: 'number',