case 4447

This commit is contained in:
2023-03-27 23:40:22 +00:00
parent 4d3db625b5
commit 15160749e1
4 changed files with 157 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ namespace Sockeye.Api.Controllers
[Produces("application/json")]
[Route("api/order")]
public class OrderController : ControllerBase
public class OrderController : ControllerBase //RECEIVE ORDERS FROM VENDOR (MyCommerce)
{
private readonly AyContext ct;