Update naming convention

This commit is contained in:
nymkappa
2022-07-16 23:12:16 +02:00
parent 1dd7d163eb
commit 7af874cb82
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,
},
{