This commit is contained in:
Suphonchai Phoonsawat 2023-06-28 12:58:45 +07:00
parent ea6cfb0e98
commit b0228a5277
8 changed files with 9381 additions and 112 deletions

View file

@ -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();