From 9fdc60ac488540a9c6f1ecf25d66ea4263d5ecff Mon Sep 17 00:00:00 2001 From: Jeff Leung Date: Sun, 8 Jan 2023 13:38:47 -0800 Subject: [PATCH] Remove unused code --- .../Controllers/HomeController.cs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/AS1024.CommunityDocumentationPage/Controllers/HomeController.cs b/AS1024.CommunityDocumentationPage/Controllers/HomeController.cs index 801f2bb..17cd4ba 100644 --- a/AS1024.CommunityDocumentationPage/Controllers/HomeController.cs +++ b/AS1024.CommunityDocumentationPage/Controllers/HomeController.cs @@ -37,19 +37,6 @@ namespace AS1024.CommunityDocumentationPage.Controllers 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() { return View();