Moved client api routes to client name space

This commit is contained in:
2025-02-28 22:55:25 +01:00
parent 3699b8d54a
commit 6d61e026c1
8 changed files with 26 additions and 19 deletions

View File

@@ -159,7 +159,7 @@
try
{
Status = await ApiClient.GetJson<ServerStatusResponse>(
$"api/servers/{Server.Id}/status"
$"api/client/servers/{Server.Id}/status"
);
}
catch (Exception e)