Agliullov D. A. Lab Work 5 Hard #16
12
ConfectioneryRestApi/Controllers/ShopController.cs
Normal file
12
ConfectioneryRestApi/Controllers/ShopController.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace ConfectioneryRestApi.Controllers
|
||||
{
|
||||
public class ShopController : Controller
|
||||
{
|
||||
public IActionResult Index()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user