This commit is contained in:
@@ -36,7 +36,7 @@ public class OrdersController : ControllerBase
|
||||
if (order == null)
|
||||
return NotFound();
|
||||
|
||||
return Ok(order);
|
||||
return Ok(order);
|
||||
}
|
||||
|
||||
[HttpGet("{id}")]
|
||||
|
||||
Reference in New Issue
Block a user