🐛 Fixes System.NotSupportedException: WebSockets are not supported
This commit is contained in:
@ -173,6 +173,7 @@ app.UseCors(opts =>
|
||||
.AllowAnyMethod()
|
||||
);
|
||||
|
||||
app.UseWebSockets();
|
||||
app.UseRateLimiter();
|
||||
app.UseHttpsRedirection();
|
||||
app.UseAuthorization();
|
||||
|
Reference in New Issue
Block a user