Uat_Study
hang 2022-11-25 16:31:32 +08:00
parent 492898e52d
commit 87a9eb1c5b
2 changed files with 1 additions and 3 deletions

View File

@ -237,7 +237,7 @@ namespace IRaCIS.Core.API
endpoints.MapControllers(); endpoints.MapControllers();
endpoints.MapHub<UploadHub>("/UploadHub")/*.RequireCors(t=>t.WithOrigins(new string[] {"null"}).AllowAnyMethod().AllowAnyHeader().AllowCredentials())*/; endpoints.MapHub<UploadHub>("/UploadHub");
}); });
} }

View File

@ -18,8 +18,6 @@
"OpenLoginLimit": true "OpenLoginLimit": true
}, },
"SystemEmailSendConfig": { "SystemEmailSendConfig": {
"Port": 25, "Port": 25,
"Host": "smtp.qiye.aliyun.com", "Host": "smtp.qiye.aliyun.com",