Skip to content

Commit d7f3a8a

Browse files
committed
regenerate docs with domain name
1 parent 4e40f8e commit d7f3a8a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

cmd/server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
// @license.name Apache 2.0
2828
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html
2929

30-
// @host localhost:8080
30+
// @host api.capyrpi.org
3131
// @BasePath /v1
3232

3333
// @securityDefinitions.apikey CookieAuth

docs/swagger/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1894,7 +1894,7 @@ const docTemplate = `{
18941894
// SwaggerInfo holds exported Swagger Info so clients can modify it
18951895
var SwaggerInfo = &swag.Spec{
18961896
Version: "1.0",
1897-
Host: "localhost:8080",
1897+
Host: "api.capyrpi.org",
18981898
BasePath: "/v1",
18991899
Schemes: []string{},
19001900
Title: "Capy API",

docs/swagger/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"version": "1.0"
1717
},
18-
"host": "localhost:8080",
18+
"host": "api.capyrpi.org",
1919
"basePath": "/v1",
2020
"paths": {
2121
"/auth/google": {

docs/swagger/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ definitions:
223223
uid:
224224
type: string
225225
type: object
226-
host: localhost:8080
226+
host: api.capyrpi.org
227227
info:
228228
contact:
229229
email: support@swagger.io

0 commit comments

Comments
 (0)