This commit is contained in:
Artemy
2025-07-01 19:53:12 +07:00
parent 42e58dad9f
commit b9e2b5d417
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@ namespace Govor.ConsoleClient
_client = client;
}
// ge
public async Task<List<UserDto>> SearchAsync(string query)
{
var response = await _client.GetAsync($"/api/friends/search?query={query}");