MinIO Service
This commit is contained in:
parent
e33c19ae8a
commit
bdd327cce2
43 changed files with 2092 additions and 1447 deletions
|
|
@ -61,9 +61,8 @@ builder.Services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme).AddJw
|
|||
builder.Services.AddAuthorization();
|
||||
|
||||
// Register Services
|
||||
builder.Services.AddTransient<DocumentService>();
|
||||
builder.Services.AddTransient<RecruitService>();
|
||||
|
||||
builder.Services.AddTransient<MinIOService>();
|
||||
|
||||
// use serilog
|
||||
ConfigureLogs();
|
||||
|
|
@ -100,7 +99,6 @@ builder.Services.ConfigureOptions<ConfigureSwaggerOptions>();
|
|||
builder.Services.AddHealthChecks();
|
||||
|
||||
// Register Service
|
||||
builder.Services.AddTransient<DocumentService>();
|
||||
builder.Services.AddTransient<RecruitService>();
|
||||
builder.Services.AddTransient<MinIOService>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue