Remove Trailing Code

This commit is contained in:
Alan Moon 2025-07-31 14:54:32 -07:00
parent eca5d13098
commit 11abea58c6

View File

@ -87,7 +87,6 @@ app.MapHub<ChatHub>("/chat", options =>
{ {
options.Transports = Microsoft.AspNetCore.Http.Connections.HttpTransportType.WebSockets | options.Transports = Microsoft.AspNetCore.Http.Connections.HttpTransportType.WebSockets |
Microsoft.AspNetCore.Http.Connections.HttpTransportType.LongPolling; Microsoft.AspNetCore.Http.Connections.HttpTransportType.LongPolling;
options.
}); });
app.MapHub<TicTacToeHub>("/tttgame"); app.MapHub<TicTacToeHub>("/tttgame");