x
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using EasyCaching.Core;
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Cors;
|
||||
using Microsoft.AspNetCore.SignalR;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using System.Threading.Tasks;
|
||||
@@ -15,6 +16,7 @@ namespace IRaCIS.Core.API
|
||||
|
||||
//[Authorize]
|
||||
[AllowAnonymous]
|
||||
[DisableCors]
|
||||
public class UploadHub : Hub<IUploadClient>
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user