Added allocations to server update

This commit is contained in:
2024-12-21 13:14:09 +01:00
parent 0baf9668f9
commit 2b697dffb7
4 changed files with 46 additions and 12 deletions

View File

@@ -54,7 +54,7 @@
private async Task Load(LazyLoader _)
{
var Server = await ApiClient.GetJson<ServerDetailResponse>($"api/admin/servers/{Id}");
Server = await ApiClient.GetJson<ServerDetailResponse>($"api/admin/servers/{Id}");
Request = Mapper.Map<UpdateServerRequest>(Server);
}