mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 01:37:32 +03:00 
			
		
		
		
	add 'js' method for js api docs
This commit is contained in:
		
							parent
							
								
									d1b9cb1a63
								
							
						
					
					
						commit
						f7c6b8e980
					
				| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
'use strict';
 | 
					'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 = {
 | 
					export const keywordTypes = {
 | 
				
			||||||
  multipleOf: 'number',
 | 
					  multipleOf: 'number',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user