Remove home controller, hide false positive resharper warning
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace MileageTraker.Web.Controllers
|
||||
{
|
||||
public class HomeController : ControllerBase
|
||||
{
|
||||
public ActionResult About()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user