diff --git a/AS1024.CommunityDocumentationPage/Controllers/HomeController.cs b/AS1024.CommunityDocumentationPage/Controllers/HomeController.cs index cf4a1e9..e8b299a 100644 --- a/AS1024.CommunityDocumentationPage/Controllers/HomeController.cs +++ b/AS1024.CommunityDocumentationPage/Controllers/HomeController.cs @@ -1,11 +1,7 @@ using AS1024.CommunityDocumentationPage.Models; using Microsoft.AspNetCore.Mvc; using System.Diagnostics; -using System.Net.Http; -using System.Net.Http.Headers; -using Newtonsoft.Json; using AS1024.CommunityDocumentationPage.Interfaces; -using AS1024.CommunityDocumentationPage.DIScopes; namespace AS1024.CommunityDocumentationPage.Controllers {