mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
implement more robust command api and login
improve web console command response reliability and consistency
This commit is contained in:
7
WebfrontCore/Controllers/API/Models/CommandRequest.cs
Normal file
7
WebfrontCore/Controllers/API/Models/CommandRequest.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace WebfrontCore.Controllers.API.Models
|
||||
{
|
||||
public class CommandRequest
|
||||
{
|
||||
public string Command { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user