Skip to content

Commit 560000d

Browse files
authored
docs(swagger): remove scheme from label and regen (#249)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 14eaf9e commit 560000d

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

docs/docs.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/swagger.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
2-
"schemes": [
3-
"http"
4-
],
52
"swagger": "2.0",
63
"info": {
74
"description": "Cardano Transaction Submit API",
85
"title": "tx-submit-api",
96
"contact": {
10-
"name": "Blink Labs",
7+
"name": "Blink Labs Software",
118
"url": "https://blinklabs.io",
129
"email": "[email protected]"
1310
},

docs/swagger.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ basePath: /
22
info:
33
contact:
44
5-
name: Blink Labs
5+
name: Blink Labs Software
66
url: https://blinklabs.io
77
description: Cardano Transaction Submit API
88
license:
@@ -75,6 +75,4 @@ paths:
7575
schema:
7676
type: string
7777
summary: Submit Tx
78-
schemes:
79-
- http
8078
swagger: "2.0"

internal/api/api.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ var staticFS embed.FS
4444
// @title tx-submit-api
4545
// @version v0
4646
// @description Cardano Transaction Submit API
47-
// @Schemes http
4847
// @BasePath /
49-
// @contact.name Blink Labs
48+
// @contact.name Blink Labs Software
5049
// @contact.url https://blinklabs.io
5150
// @contact.email [email protected]
5251
//

0 commit comments

Comments
 (0)