This commit is contained in:
Hayden 2023-04-01 14:52:23 -08:00
parent 4ccd3d7ace
commit c9babdfe68
No known key found for this signature in database
GPG key ID: 17CF79474E257545
5 changed files with 0 additions and 12 deletions

View file

@ -38,7 +38,6 @@ var (
// @version 1.0 // @version 1.0
// @description Track, Manage, and Organize your Things. // @description Track, Manage, and Organize your Things.
// @contact.name Don't // @contact.name Don't
// @license.name MIT
// @BasePath /api // @BasePath /api
// @securityDefinitions.apikey Bearer // @securityDefinitions.apikey Bearer
// @in header // @in header

View file

@ -13,9 +13,6 @@ const docTemplate = `{
"contact": { "contact": {
"name": "Don't" "name": "Don't"
}, },
"license": {
"name": "MIT"
},
"version": "{{.Version}}" "version": "{{.Version}}"
}, },
"host": "{{.Host}}", "host": "{{.Host}}",

View file

@ -6,9 +6,6 @@
"contact": { "contact": {
"name": "Don't" "name": "Don't"
}, },
"license": {
"name": "MIT"
},
"version": "1.0" "version": "1.0"
}, },
"basePath": "/api", "basePath": "/api",

View file

@ -702,8 +702,6 @@ info:
contact: contact:
name: Don't name: Don't
description: Track, Manage, and Organize your Things. description: Track, Manage, and Organize your Things.
license:
name: MIT
title: Homebox API title: Homebox API
version: "1.0" version: "1.0"
paths: paths:

View file

@ -6,9 +6,6 @@
"contact": { "contact": {
"name": "Don't" "name": "Don't"
}, },
"license": {
"name": "MIT"
},
"version": "1.0" "version": "1.0"
}, },
"basePath": "/api", "basePath": "/api",