x
This commit is contained in:
@@ -228,7 +228,7 @@ namespace IRaCIS.Core.API
|
||||
//文件伺服 必须带Token 访问
|
||||
//app.UseIRacisHostStaticFileStore(env);
|
||||
|
||||
app.UseCors(t => t.AllowAnyOrigin().AllowAnyMethod().AllowAnyHeader().AllowCredentials());
|
||||
app.UseCors(t => t.AllowAnyOrigin().AllowAnyMethod().AllowAnyHeader());
|
||||
|
||||
app.UseEndpoints(endpoints =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user