LangVersion 12

This commit is contained in:
Artemy
2025-07-01 20:07:53 +07:00
parent b9e2b5d417
commit e6e1dd6e92
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -11,8 +11,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}");