Lots of cleanup
This commit is contained in:
parent
bd5a1338c4
commit
077e5f798a
28 changed files with 80 additions and 55 deletions
|
@ -18,7 +18,7 @@ namespace API.Controllers
|
|||
_logger = logger;
|
||||
}
|
||||
|
||||
[HttpPost]
|
||||
[HttpPost("restart")]
|
||||
public ActionResult RestartServer()
|
||||
{
|
||||
_logger.LogInformation($"{User.GetUsername()} is restarting server from admin dashboard.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue