Uat_Study
hang 2022-11-22 09:08:12 +08:00
parent 7bda924bf1
commit 607584e3bd
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ namespace IRaCIS.Core.API
app.UseRouting(); app.UseRouting();
//app.UseCors(t => t.AllowAnyOrigin().AllowAnyMethod().AllowAnyHeader()); app.UseCors(t => t.AllowAnyOrigin().AllowAnyMethod().AllowAnyHeader());
app.UseAuthentication(); app.UseAuthentication();