Skip to content

Commit

Permalink
docs: update unused cosmos modules in swagger docs (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuairahrighairidh committed Aug 31, 2023
1 parent 8b6bbd3 commit ebcebc4
Show file tree
Hide file tree
Showing 2 changed files with 589 additions and 9,403 deletions.
12 changes: 11 additions & 1 deletion client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,11 @@
}
},
"paths": {
"exclude": ["^/cosmos/authz/.*", "^/cosmos/feegrant/.*"]
"exclude": [
"^/cosmos/feegrant/.*",
"^/cosmos/nft/.*",
"^/cosmos/group/.*"
]
}
},
{
Expand All @@ -266,6 +270,12 @@
"to": "Ibc$1"
}
]
},
"paths": {
"exclude": [
"^/ibc/apps/interchain_accounts/.*",
"^/ibc/apps/fee/.*"
]
}
},
{
Expand Down
Loading

0 comments on commit ebcebc4

Please sign in to comment.