Add WebCms
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Web.Mvc;
|
||||
using Umbraco.Web.Mvc;
|
||||
|
||||
namespace WebCms.Controllers
|
||||
{
|
||||
public class LeafInputController : SurfaceController
|
||||
{
|
||||
public ActionResult Index()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user