mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-14 16:04:36 +01:00
Initial commit
This commit is contained in:
20
nksrv/IntlServer/IntlMinocerSetStatus.cs
Normal file
20
nksrv/IntlServer/IntlMinocerSetStatus.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using EmbedIO;
|
||||
|
||||
namespace nksrv.IntlServer
|
||||
{
|
||||
public class IntlMinocerSetStatus : IntlMsgHandler
|
||||
{
|
||||
public override bool RequiresAuth => true;
|
||||
|
||||
protected override async Task HandleAsync()
|
||||
{
|
||||
var c = await ctx.GetRequestBodyAsStringAsync();
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user