Skip to content

Commit

Permalink
Disparo scan via IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando-barboza committed Sep 27, 2023
1 parent 6e14e73 commit aa1510a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controllers/ProductsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void Export()
}

[HttpGet("search")]
public IActionResult Search(string keyword)
public IActionResult Search(string keywords)
{
if (String.IsNullOrEmpty(keyword)) {
return Ok("Cannot search without a keyword");
Expand Down

0 comments on commit aa1510a

Please sign in to comment.