Training
This commit is contained in:
parent
ea6cfb0e98
commit
b0228a5277
8 changed files with 9381 additions and 112 deletions
|
|
@ -84,7 +84,6 @@ var builder = WebApplication.CreateBuilder(args);
|
|||
{
|
||||
options.SuppressAsyncSuffixInActionNames = false;
|
||||
})
|
||||
.RegisterCommandControllers()
|
||||
.AddNewtonsoftJson(x => x.SerializerSettings.ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Ignore);
|
||||
|
||||
builder.Services.AddSwaggerGen();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue