feat(server/v2): add swagger server component (#23486)
This commit is contained in:
+10
-9
@@ -80,14 +80,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "./tmp-swagger-gen/cosmos/params/v1beta1/query.swagger.json",
|
||||
"operationIds": {
|
||||
"rename": {
|
||||
"Params": "Params"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "./tmp-swagger-gen/cosmos/slashing/v1beta1/query.swagger.json",
|
||||
"operationIds": {
|
||||
@@ -174,6 +166,15 @@
|
||||
},
|
||||
{
|
||||
"url": "./tmp-swagger-gen/cosmos/app/v1alpha1/query.swagger.json"
|
||||
},
|
||||
{
|
||||
"url": "./tmp-swagger-gen/cosmos/protocolpool/v1/query.swagger.json",
|
||||
"operationIds": {
|
||||
"rename": {
|
||||
"Params": "ProtocolPoolParams",
|
||||
"CommunityPool": "ProtocolPoolCommunityPool"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user