Uat_Study
parent
492898e52d
commit
87a9eb1c5b
|
@ -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");
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
"OpenLoginLimit": true
|
"OpenLoginLimit": true
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
"SystemEmailSendConfig": {
|
"SystemEmailSendConfig": {
|
||||||
"Port": 25,
|
"Port": 25,
|
||||||
"Host": "smtp.qiye.aliyun.com",
|
"Host": "smtp.qiye.aliyun.com",
|
||||||
|
|
Loading…
Reference in New Issue