fix(api): add missing x-oapi-codegen-middlewares and x-go-package
- for middlewares - oapi-codegen/runtime
This commit is contained in:
		
							parent
							
								
									9c4d42c26d
								
							
						
					
					
						commit
						b437b64a94
					
				
					 2 changed files with 37 additions and 33 deletions
				
			
		|  | @ -1,6 +1,7 @@ | |||
| openapi: "3.1.0" | ||||
| info: | ||||
|   version: 1.3.0 | ||||
|   x-go-package: "github.com/oapi-codegen/runtime" | ||||
|   title: Backoffice API | ||||
|   license: | ||||
|     name: Proprietary | ||||
|  | @ -8,6 +9,8 @@ info: | |||
|     name: Vojtěch Mareš | ||||
|     email: iam@vojtechmares.com | ||||
|     url: https://www.vojtechmares.com | ||||
|   x-oapi-codegen-middlewares: | ||||
|     - Middleware | ||||
| servers: | ||||
|   - url: http://localhost:8080/v1 | ||||
|     description: Local development server | ||||
|  |  | |||
		Reference in a new issue