Skip to content

Commit b34c7ec

Browse files
Cleaning up for PR
1 parent eaac78d commit b34c7ec

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

EssentialCSharp.Web/Controllers/HomeController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ public IActionResult Index(string key)
5353
}
5454
}
5555

56-
57-
5856
[Route("/TermsOfService",
5957
Name = "TermsOfService")]
6058
public IActionResult TermsOfService()

EssentialCSharp.Web/Services/SiteMappingService.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
using System.Globalization;
2-
using EssentialCSharp.Common;
3-
using EssentialCSharp.Web.Models;
42

53
namespace EssentialCSharp.Web.Services;
64

0 commit comments

Comments
 (0)