Compare commits

...
1 Commits
Author SHA1 Message Date
xrain 71acb35df9 cancle json refrence 2025-08-13 17:28:24 +08:00
-1
View File
@@ -251,7 +251,6 @@ public static class SimApiExtensions
.AddJsonOptions(opt =>
{
opt.JsonSerializerOptions.PropertyNamingPolicy = JsonNamingPolicy.CamelCase;
opt.JsonSerializerOptions.ReferenceHandler = ReferenceHandler.Preserve;
});
}