Closed britnay268 closed 2 months ago
Code needs to be added to avoid cyclic errors when making multiple requests to different apis
Add this code after the add cors policy and before var app = builder.Build();
builder.Services.Configure<Microsoft.AspNetCore.Http.Json.JsonOptions>(options => options.SerializerOptions.ReferenceHandler = ReferenceHandler.IgnoreCycles);
Completed - database PR!
Description
Code needs to be added to avoid cyclic errors when making multiple requests to different apis
Dev Notes
Add this code after the add cors policy and before var app = builder.Build();
Issue Type