Removed the Authorization of hub

This commit is contained in:
ashutosh.nehete 2025-09-30 20:31:57 +05:30
parent b442bb4bbc
commit 0bd57d29d8

View File

@ -1,10 +1,9 @@
using MarcoBMS.Services.Service; using MarcoBMS.Services.Service;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.SignalR; using Microsoft.AspNetCore.SignalR;
namespace Marco.Pms.Services.Hubs namespace Marco.Pms.Services.Hubs
{ {
[Authorize] //[Authorize]
public class MarcoHub : Hub public class MarcoHub : Hub
{ {
private readonly ILoggingService _logger; private readonly ILoggingService _logger;