Skip to content

Commit

Permalink
Merge pull request #1524 from input-output-hk/fix/handle-openapi-title
Browse files Browse the repository at this point in the history
fix(cardano-services): incorrect OpenAPI title
  • Loading branch information
rhyslbw authored Nov 12, 2024
2 parents fed893b + 60290ff commit db92c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cardano-services/src/Handle/openApi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.0",
"info": {
"title": "Rewards",
"title": "Handle",
"license": {
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
Expand Down

0 comments on commit db92c20

Please sign in to comment.