Update naming convention

This commit is contained in:
nymkappa
2022-07-16 23:12:16 +02:00
parent d40545bd52
commit 82c0987e7b
15 changed files with 86 additions and 58 deletions

View File

@@ -101,7 +101,7 @@ const routes: Routes = [
component: LightningStatisticsChartComponent,
},
{
path: 'lightning/nodes-per-as',
path: 'lightning/nodes-per-isp',
component: NodesPerAsChartComponent,
},
{