Uat_Study
parent
492898e52d
commit
87a9eb1c5b
|
@ -237,7 +237,7 @@ namespace IRaCIS.Core.API
|
|||
|
||||
endpoints.MapControllers();
|
||||
|
||||
endpoints.MapHub<UploadHub>("/UploadHub")/*.RequireCors(t=>t.WithOrigins(new string[] {"null"}).AllowAnyMethod().AllowAnyHeader().AllowCredentials())*/;
|
||||
endpoints.MapHub<UploadHub>("/UploadHub");
|
||||
});
|
||||
|
||||
}
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
"OpenLoginLimit": true
|
||||
|
||||
},
|
||||
|
||||
|
||||
"SystemEmailSendConfig": {
|
||||
"Port": 25,
|
||||
"Host": "smtp.qiye.aliyun.com",
|
||||
|
|
Loading…
Reference in New Issue