using Microsoft.AspNetCore.Builder;
namespace Bunny.Service.WebSocket;
public static class WebSocketInitial
{
public static void AddWebSocketInitial(this WebApplicationBuilder builder)
WebSocketTest.Start();
}