This commit is contained in:
Artemy
2025-07-01 13:25:55 +07:00
parent f855b91155
commit 5883f3e340
12 changed files with 70 additions and 30 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public class FriendsController : Controller
_currentUserService = currentUserService;
}
[HttpGet("search")]
[HttpGet("search")] // api/friends/search?query=
public async Task<IActionResult> Search(string query)
{
if (string.IsNullOrWhiteSpace(query))