Uat_Study
parent
7bda924bf1
commit
607584e3bd
|
@ -209,7 +209,7 @@ namespace IRaCIS.Core.API
|
|||
|
||||
app.UseRouting();
|
||||
|
||||
//app.UseCors(t => t.AllowAnyOrigin().AllowAnyMethod().AllowAnyHeader());
|
||||
app.UseCors(t => t.AllowAnyOrigin().AllowAnyMethod().AllowAnyHeader());
|
||||
|
||||
|
||||
app.UseAuthentication();
|
||||
|
|
Loading…
Reference in New Issue