mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
fix: fix novu di
This commit is contained in:
parent
76623668ad
commit
f9135f2e7d
@ -80,7 +80,7 @@ builder.Services.AddSwaggerGen(options =>
|
|||||||
options.IncludeXmlComments(xmlPath);
|
options.IncludeXmlComments(xmlPath);
|
||||||
|
|
||||||
});
|
});
|
||||||
builder.Services.RegisterNovuClients(builder.Configuration);
|
builder.Services.RegisterNovuClients(builder.Configuration).AddTransient<NovuClient>();
|
||||||
|
|
||||||
builder.Services.AddControllers()
|
builder.Services.AddControllers()
|
||||||
.AddJsonOptions(options=>
|
.AddJsonOptions(options=>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user