Removed the Authorization of hub
This commit is contained in:
parent
b442bb4bbc
commit
0bd57d29d8
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user