docs: add swagger ui in docs (#15241)

This commit is contained in:
Julien Robert
2023-03-02 12:40:26 +00:00
committed by GitHub
parent de16912e39
commit 0141817fca
7 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Cosmos SDK - gRPC Gateway docs",
"description": "A REST interface for state queries",
"description": "A REST interface for state queries.",
"version": "1.0.0"
},
"apis": [
+1 -1
View File
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Cosmos SDK - gRPC Gateway docs
description: A REST interface for state queries
description: A REST interface for state queries.
version: 1.0.0
paths:
/cosmos/auth/v1beta1/account_info/{address}: