mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-24 14:00:33 +03:00
add 'js' method for js api docs
This commit is contained in:
parent
d1b9cb1a63
commit
f7c6b8e980
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user