Add new REST endpoint:
- /v2/server/rawcmd Takes parameters: - cmd Commands have to start with /, some commands aren't written properly, and may not return any more output than a status code.
This commit is contained in:
parent
f04b9d7a6d
commit
b8e4dffd74
4 changed files with 74 additions and 27 deletions
|
|
@ -48,5 +48,5 @@ using System.Runtime.InteropServices;
|
|||
// Build Number
|
||||
// MMdd of the build
|
||||
|
||||
[assembly: AssemblyVersion("3.4.2.0101")]
|
||||
[assembly: AssemblyFileVersion("3.4.2.0101")]
|
||||
[assembly: AssemblyVersion("3.4.2.0102")]
|
||||
[assembly: AssemblyFileVersion("3.4.2.0102")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue