Skip to content

Commit

Permalink
fix typo in swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
sstanculeanu committed Jan 3, 2024
1 parent 3995136 commit af1c9dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/proxy/config/swagger/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -686,12 +686,12 @@
}
}
},
"/block/by-round/{round}": {
"/blocks/by-round/{round}": {
"get": {
"tags": [
"block"
],
"summary": "returns all blocks by round.",
"summary": "returns all blocks from all shards for a specific round",
"parameters": [
{
"name": "round",
Expand Down

0 comments on commit af1c9dc

Please sign in to comment.