Commit 3d4b061b authored by Пасько Виталий's avatar Пасько Виталий Committed by Vasya Petkin

Update HomeController.cs

parent 4f1f692c
......@@ -15,6 +15,7 @@ public class HomeController : Controller
public IActionResult Index()
{
Console.WriteLine("Hello");
return View();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment