Changeset c2f79d7 for iknow-api/Program.cs
- Timestamp:
- 12/08/25 21:51:12 (10 months ago)
- Branches:
- master
- Children:
- bb656bc
- Parents:
- a92a2a4
- File:
-
- 1 edited
-
iknow-api/Program.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Program.cs
ra92a2a4 rc2f79d7 38 38 { 39 39 options.JsonSerializerOptions.ReferenceHandler = ReferenceHandler.IgnoreCycles; 40 options.JsonSerializerOptions.PropertyNameCaseInsensitive = true; 41 options.JsonSerializerOptions.Converters.Add(new JsonStringEnumConverter()); 40 42 }); 41 43 builder.Services.AddOpenApi();
Note:
See TracChangeset
for help on using the changeset viewer.
