This commit is contained in:
xyy
2026-03-04 17:51:35 +08:00
parent 25f5304f7a
commit 8b351de515

View File

@@ -36,7 +36,7 @@ public class OrdersController : ControllerBase
if (order == null)
return NotFound();
return Ok(order);
return Ok(order);
}
[HttpGet("{id}")]