Skip to content

Commit

Permalink
docs(openapi): remove scheme for dynamic support
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed Sep 8, 2024
1 parent c3e0a53 commit 078b9ca
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion docs/docs.go

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

3 changes: 0 additions & 3 deletions docs/swagger.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"schemes": [
"http"
],
"swagger": "2.0",
"info": {
"description": "Cardano Node API",
Expand Down
2 changes: 0 additions & 2 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,4 @@ paths:
schema:
type: string
summary: Submit Tx
schemes:
- http
swagger: "2.0"
1 change: 0 additions & 1 deletion internal/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import (
// @title cardano-node-api
// @version 1.0
// @description Cardano Node API
// @Schemes http
// @BasePath /api
// @contact.name Blink Labs
// @contact.url https://blinklabs.io
Expand Down

0 comments on commit 078b9ca

Please sign in to comment.