Skip to content

Commit

Permalink
fix: capitalise router tags
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Oct 11, 2024
1 parent 7e08e19 commit 994a260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icon_governance/api/v1/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
stats,
)

api_router = APIRouter(tags=["governance"])
api_router = APIRouter(tags=["Governance"])
api_router.include_router(preps.router)
api_router.include_router(delegations.router)
api_router.include_router(proposals.router)
Expand Down

0 comments on commit 994a260

Please sign in to comment.