Finished cleanup of the server system
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user