downgrade Lib and Report API เพื่อรองรับการใช้งาน Report
This commit is contained in:
parent
9c610407f4
commit
041a4d8f3d
151 changed files with 1374 additions and 2188 deletions
|
|
@ -24,6 +24,8 @@ var builder = WebApplication.CreateBuilder(args);
|
|||
|
||||
IdentityModelEventSource.ShowPII = true;
|
||||
|
||||
builder.Services.AddTransient<GenericReportGenerator>();
|
||||
|
||||
builder.Services.AddHttpContextAccessor();
|
||||
|
||||
builder.Services.AddApiVersioning(opt =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue