Skip to content

Commit db92c20

Browse files
authored
Merge pull request #1524 from input-output-hk/fix/handle-openapi-title
fix(cardano-services): incorrect OpenAPI title
2 parents fed893b + 60290ff commit db92c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cardano-services/src/Handle/openApi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.0",
33
"info": {
4-
"title": "Rewards",
4+
"title": "Handle",
55
"license": {
66
"name": "Apache 2.0",
77
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"

0 commit comments

Comments
 (0)