diff --git a/Waste.Application/Test/TestAppService.cs b/Waste.Application/Test/TestAppService.cs index db105b0..b77fb61 100644 --- a/Waste.Application/Test/TestAppService.cs +++ b/Waste.Application/Test/TestAppService.cs @@ -41,6 +41,13 @@ namespace Waste.Application _loggerService.AddLogger(msg, 1); return "success"; } + + [HttpGet] + public void ConnectServer() + { + + } + [HttpGet] public async Task TestSendAsync() { diff --git a/Waste.Web.Entry/Pages/Socket/Test.cshtml b/Waste.Web.Entry/Pages/Socket/Test.cshtml index 74f67f4..54db55b 100644 --- a/Waste.Web.Entry/Pages/Socket/Test.cshtml +++ b/Waste.Web.Entry/Pages/Socket/Test.cshtml @@ -25,6 +25,8 @@