holy shit it works

This commit is contained in:
2021-07-22 19:48:43 -04:00
parent 8ab8dd5654
commit 59e5bf2585
9 changed files with 2 additions and 83 deletions

View File

@ -10,7 +10,7 @@ namespace BinaryDad.Coding.Controllers
{
public IActionResult Index()
{
return Content("ok");
return View();
}
}
}