修改signalR

Uat_Study
hang 2022-11-23 18:12:20 +08:00
parent 1632a2c3bf
commit dcf7368ec7
1 changed files with 1 additions and 2 deletions

View File

@ -22,9 +22,8 @@ namespace IRaCIS.Core.API
}
}
//[Authorize]
[AllowAnonymous]
[DisableCors]
[EnableCors]
public class UploadHub : Hub<IUploadClient>
{