mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
update
This commit is contained in:
@@ -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}");
|
||||
|
||||
Reference in New Issue
Block a user