Update HomeController.cs

parent 3d4b061b
......@@ -15,6 +15,7 @@ public class HomeController : Controller
public IActionResult Index()
{
Console.WriteLine("Hello");
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