add abstractions for controllers

This commit is contained in:
zznty
2022-07-21 22:06:25 +07:00
parent 10dfe63b9c
commit 320dfca2d5
8 changed files with 46 additions and 4 deletions

View File

@@ -17,12 +17,13 @@ using Torch.Utils;
using TorchRemote.Models.Requests;
using TorchRemote.Models.Responses;
using TorchRemote.Models.Shared;
using TorchRemote.Plugin.Abstractions.Controllers;
using TorchRemote.Plugin.Modules;
using TorchRemote.Plugin.Utils;
using VRage.Network;
namespace TorchRemote.Plugin.Controllers;
public class ChatController : WebApiController
public class ChatController : WebApiController, IChatController
{
private const string RootPath = "/chat";