chore
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
|
||||
async Task LoadCountry()
|
||||
{
|
||||
var url = $"/api/country?id={CountryId}";
|
||||
var url = $"/api/country/{CountryId}";
|
||||
var apiResult = await HttpService.Get<ApiResult<Country>>(url);
|
||||
if (apiResult.Success)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user