Remove Trailing Code
This commit is contained in:
parent
eca5d13098
commit
11abea58c6
@ -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");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user