Skip to content

Commit

Permalink
chore: fix swagger docs src
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurist-85 authored and kioqq committed Sep 3, 2024
1 parent 9d76d28 commit 189ab3e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 14,343 deletions.
9 changes: 5 additions & 4 deletions client/docs/statik/statik.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/docs/swagger-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

// Build a system
const ui = SwaggerUIBundle({
url: "./swagger.yaml",
url: "./swagger.json",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
Expand Down
4 changes: 2 additions & 2 deletions client/docs/swagger-ui/swagger.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"swagger": "2.0",
"info": {
"title": "Haqq gRPC Gateway API",
"version": "0.1.0"
"title": "Haqq Network gRPC API",
"version": "1.8.0"
},
"tags": [
{
Expand Down
Loading

0 comments on commit 189ab3e

Please sign in to comment.