chore: update version in swagger
This commit is contained in:
@@ -2129,7 +2129,7 @@ const docTemplate = `{
|
||||
|
||||
// SwaggerInfo holds exported Swagger Info so clients can modify it
|
||||
var SwaggerInfo = &swag.Spec{
|
||||
Version: "0.1.0",
|
||||
Version: "0.1.1",
|
||||
Host: "localhost:8080",
|
||||
BasePath: "/api",
|
||||
Schemes: []string{"http"},
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"name": "GPLv3",
|
||||
"url": "https://www.gnu.org/licenses/gpl-3.0.html"
|
||||
},
|
||||
"version": "0.1.0"
|
||||
"version": "0.1.1"
|
||||
},
|
||||
"host": "localhost:8080",
|
||||
"basePath": "/api",
|
||||
|
||||
@@ -221,7 +221,7 @@ info:
|
||||
name: GPLv3
|
||||
url: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
title: Goyco API
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
paths:
|
||||
/api:
|
||||
get:
|
||||
|
||||
Reference in New Issue
Block a user