Добавлен контроллер в RestApi для магазинов
This commit is contained in:
parent
5dc3f27e90
commit
7fd6c6fb52
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…
x
Reference in New Issue
Block a user