Finished cleanup of the server system

This commit is contained in:
2025-05-30 22:42:04 +02:00
parent b955bd3527
commit 4fdcc7aff1
3 changed files with 100 additions and 63 deletions

View File

@@ -29,7 +29,7 @@ public class ServersController : Controller
[HttpDelete("{serverId:int}")]
public async Task Delete([FromRoute] int serverId)
{
//await ServerService.Delete(serverId);
await ServerService.Delete(serverId);
}
[HttpGet("{serverId:int}/status")]