Repository cleanup, Added art
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace MyWebsite.Controllers
|
||||
{
|
||||
public class AboutController : Controller
|
||||
{
|
||||
public IActionResult Index() =>
|
||||
View();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user