mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-08-11 11:42:03 +00:00
fixed typos
This commit is contained in:
@@ -177,7 +177,7 @@ customerGroup.MapGet("/{id}", async (int id, BarkContext db) =>
|
||||
|
||||
if (customer == null)
|
||||
{
|
||||
return Results.NotFound(new { Message = "Customer item not found" });
|
||||
return Results.NotFound(new { Message = "Customer not found" });
|
||||
}
|
||||
|
||||
return Results.Ok(customer);
|
||||
|
||||
Reference in New Issue
Block a user