diff --git a/backend/app/api/main.go b/backend/app/api/main.go index aac6c6d..e9f498e 100644 --- a/backend/app/api/main.go +++ b/backend/app/api/main.go @@ -38,7 +38,6 @@ var ( // @version 1.0 // @description Track, Manage, and Organize your Things. // @contact.name Don't -// @license.name MIT // @BasePath /api // @securityDefinitions.apikey Bearer // @in header diff --git a/backend/app/api/static/docs/docs.go b/backend/app/api/static/docs/docs.go index b927d87..7c7da2d 100644 --- a/backend/app/api/static/docs/docs.go +++ b/backend/app/api/static/docs/docs.go @@ -13,9 +13,6 @@ const docTemplate = `{ "contact": { "name": "Don't" }, - "license": { - "name": "MIT" - }, "version": "{{.Version}}" }, "host": "{{.Host}}", diff --git a/backend/app/api/static/docs/swagger.json b/backend/app/api/static/docs/swagger.json index d5e71d2..818dfe6 100644 --- a/backend/app/api/static/docs/swagger.json +++ b/backend/app/api/static/docs/swagger.json @@ -6,9 +6,6 @@ "contact": { "name": "Don't" }, - "license": { - "name": "MIT" - }, "version": "1.0" }, "basePath": "/api", diff --git a/backend/app/api/static/docs/swagger.yaml b/backend/app/api/static/docs/swagger.yaml index ccdb538..cc6c467 100644 --- a/backend/app/api/static/docs/swagger.yaml +++ b/backend/app/api/static/docs/swagger.yaml @@ -702,8 +702,6 @@ info: contact: name: Don't description: Track, Manage, and Organize your Things. - license: - name: MIT title: Homebox API version: "1.0" paths: diff --git a/docs/docs/api/openapi-2.0.json b/docs/docs/api/openapi-2.0.json index d5e71d2..818dfe6 100644 --- a/docs/docs/api/openapi-2.0.json +++ b/docs/docs/api/openapi-2.0.json @@ -6,9 +6,6 @@ "contact": { "name": "Don't" }, - "license": { - "name": "MIT" - }, "version": "1.0" }, "basePath": "/api",