1
0
Fork 0

fix(api): add missing x-oapi-codegen-middlewares and x-go-package

- for middlewares
- oapi-codegen/runtime
This commit is contained in:
Vojtěch Mareš 2024-04-30 08:17:21 +02:00
parent 9c4d42c26d
commit b437b64a94
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
2 changed files with 37 additions and 33 deletions

View file

@ -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