Compare commits
2 Commits
7486865343
...
11dc9b507f
| Author | SHA1 | Date | |
|---|---|---|---|
| 11dc9b507f | |||
| da616438e9 |
@@ -1,5 +1,5 @@
|
|||||||
// @title Goyco API
|
// @title Goyco API
|
||||||
// @version 0.1.0
|
// @version 0.1.1
|
||||||
// @description Goyco is a Y Combinator-style news aggregation platform API.
|
// @description Goyco is a Y Combinator-style news aggregation platform API.
|
||||||
// @contact.name Goyco Team
|
// @contact.name Goyco Team
|
||||||
// @contact.email sandro@cazzaniga.fr
|
// @contact.email sandro@cazzaniga.fr
|
||||||
|
|||||||
@@ -2129,7 +2129,7 @@ const docTemplate = `{
|
|||||||
|
|
||||||
// SwaggerInfo holds exported Swagger Info so clients can modify it
|
// SwaggerInfo holds exported Swagger Info so clients can modify it
|
||||||
var SwaggerInfo = &swag.Spec{
|
var SwaggerInfo = &swag.Spec{
|
||||||
Version: "0.1.0",
|
Version: "0.1.1",
|
||||||
Host: "localhost:8080",
|
Host: "localhost:8080",
|
||||||
BasePath: "/api",
|
BasePath: "/api",
|
||||||
Schemes: []string{"http"},
|
Schemes: []string{"http"},
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"name": "GPLv3",
|
"name": "GPLv3",
|
||||||
"url": "https://www.gnu.org/licenses/gpl-3.0.html"
|
"url": "https://www.gnu.org/licenses/gpl-3.0.html"
|
||||||
},
|
},
|
||||||
"version": "0.1.0"
|
"version": "0.1.1"
|
||||||
},
|
},
|
||||||
"host": "localhost:8080",
|
"host": "localhost:8080",
|
||||||
"basePath": "/api",
|
"basePath": "/api",
|
||||||
|
|||||||
@@ -221,7 +221,7 @@ info:
|
|||||||
name: GPLv3
|
name: GPLv3
|
||||||
url: https://www.gnu.org/licenses/gpl-3.0.html
|
url: https://www.gnu.org/licenses/gpl-3.0.html
|
||||||
title: Goyco API
|
title: Goyco API
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
paths:
|
paths:
|
||||||
/api:
|
/api:
|
||||||
get:
|
get:
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
package version
|
package version
|
||||||
|
|
||||||
const Version = "0.1.0"
|
const Version = "0.1.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user