useWebSockets added

This commit is contained in:
SamSys
2025-10-28 13:05:20 +03:30
parent 82c2b641fe
commit 82bb932cfc

View File

@@ -356,6 +356,7 @@ else
app.UseExceptionHandler(options => { }); // این خط CustomExceptionHandler رو فعال می‌کنه
app.UseRouting();
app.UseWebSockets();
app.UseAuthentication();
app.UseAuthorization();