Fix the names
This commit is contained in:
parent
dbccb586f8
commit
9311ba2b59
|
|
@ -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"]))
|
||||
|
|
|
|||
Loading…
Reference in New Issue