🐛 Fixes and optimize deliver message

This commit is contained in:
2025-08-16 23:38:47 +08:00
parent 614c77d7ce
commit d3752caf1d
2 changed files with 23 additions and 17 deletions

View File

@@ -7,7 +7,6 @@ using Swashbuckle.AspNetCore.Annotations;
namespace DysonNetwork.Pusher.Connection;
[ApiController]
[Route("/ws")]
public class WebSocketController(WebSocketService ws, ILogger<WebSocketContext> logger) : ControllerBase
{
[Route("/ws")]