跨域测试

This commit is contained in:
2022-11-23 18:21:25 +08:00
parent dcf7368ec7
commit f59d1533fc
3 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ namespace IRaCIS.Core.API
}
[AllowAnonymous]
[EnableCors]
[DisableCors]
public class UploadHub : Hub<IUploadClient>
{