Commit 961d232b by Brian Holsen

add test action

parent 52de3e6f
......@@ -31,5 +31,10 @@ namespace Netcore_Mysql.Controllers
}
return RedirectToAction("Index");
}
public IActionResult Test()
{
return View();
}
}
}
@{
}
<h1>at least, the test action is working.....</h1>
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