Skip to content

Commit

Permalink
fix(webapp): add missing route /endpoints-stats in lacchain network
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Apr 25, 2023
1 parent 82e0627 commit 4efa7d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions webapp/src/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,13 @@ const lacchainRoutes = [
path: '/endpoints',
exact: true,
},
{
name: 'endpointsStats',
icon: <ActivityIcon />,
component: EndpointsStats,
path: '/endpoints-stats',
exact: true,
},
{
name: 'lacchainNetwork',
icon: <TopologySvg />,
Expand Down

0 comments on commit 4efa7d9

Please sign in to comment.