Skip to content

Commit

Permalink
docs(swagger): remove scheme from label and regen (#249)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Oct 8, 2024
1 parent 14eaf9e commit 560000d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions docs/swagger.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"schemes": [
"http"
],
"swagger": "2.0",
"info": {
"description": "Cardano Transaction Submit API",
"title": "tx-submit-api",
"contact": {
"name": "Blink Labs",
"name": "Blink Labs Software",
"url": "https://blinklabs.io",
"email": "[email protected]"
},
Expand Down
4 changes: 1 addition & 3 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ basePath: /
info:
contact:
email: [email protected]
name: Blink Labs
name: Blink Labs Software
url: https://blinklabs.io
description: Cardano Transaction Submit API
license:
Expand Down Expand Up @@ -75,6 +75,4 @@ paths:
schema:
type: string
summary: Submit Tx
schemes:
- http
swagger: "2.0"
3 changes: 1 addition & 2 deletions internal/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ var staticFS embed.FS
// @title tx-submit-api
// @version v0
// @description Cardano Transaction Submit API
// @Schemes http
// @BasePath /
// @contact.name Blink Labs
// @contact.name Blink Labs Software
// @contact.url https://blinklabs.io
// @contact.email [email protected]
//
Expand Down

0 comments on commit 560000d

Please sign in to comment.