Fix the names

This commit is contained in:
Jeff Leung 2023-01-08 00:27:32 -08:00
parent dbccb586f8
commit 9311ba2b59
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ namespace AS1024.CommunityDocumentationPage.Controllers
_documentation = documentation;
}
public async Task<IActionResult> IndexAsync()
public async Task<IActionResult> Index()
{
var results = await _documentation.GetBgpCommunities();
var filtered = results.Results.Where(b => b.Name.StartsWith(Configuration["ASN"]))