Remove unused code
This commit is contained in:
parent
bd8198be2a
commit
9fdc60ac48
|
|
@ -37,19 +37,6 @@ namespace AS1024.CommunityDocumentationPage.Controllers
|
||||||
return View();
|
return View();
|
||||||
}
|
}
|
||||||
|
|
||||||
[NonAction]
|
|
||||||
protected Uri BuildNetBoxURI()
|
|
||||||
{
|
|
||||||
var endUrl = new UriBuilder
|
|
||||||
{
|
|
||||||
Path = "/api/ipam/route-targets",
|
|
||||||
Host = Configuration["NetBoxHost"],
|
|
||||||
Scheme = "https"
|
|
||||||
};
|
|
||||||
|
|
||||||
return endUrl.Uri;
|
|
||||||
}
|
|
||||||
|
|
||||||
public IActionResult Privacy()
|
public IActionResult Privacy()
|
||||||
{
|
{
|
||||||
return View();
|
return View();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue