[REORG]
This commit is contained in:
parent
9a9f8c4acf
commit
c8a3cc4be1
3 changed files with 28 additions and 2 deletions
|
|
@ -4,7 +4,11 @@ namespace Yavsc.Controllers
|
|||
{
|
||||
public class TestController: Controller
|
||||
{
|
||||
public IActionResult Index()
|
||||
public IActionResult CalendarEventDateComponent()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
public IActionResult MarkdownForms()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue