feat(backend): add admin evaluation history, engine, simulation, bot API controllers and global exception middleware
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.SignalR;
|
||||
using System.Threading.Tasks;
|
||||
using FinlyticCore.Dtos.News;
|
||||
@@ -7,6 +8,7 @@ namespace FinlyticBackend.Hubs;
|
||||
/// <summary>
|
||||
/// SignalR Hub for real-time news delivery to connected clients.
|
||||
/// </summary>
|
||||
[Authorize]
|
||||
public class NewsHub : Hub
|
||||
{
|
||||
// Clients can call this to join specific symbol groups if needed later
|
||||
|
||||
Reference in New Issue
Block a user