We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f7c6d commit 8be0533Copy full SHA for 8be0533
UrlAdaptor.Server/Program.cs
@@ -2,10 +2,6 @@
2
3
// Add services to the container.
4
5
-builder.Services.AddControllers().AddJsonOptions(options =>
6
-{
7
- options.JsonSerializerOptions.PropertyNamingPolicy = null; // Use PascalCase
8
-});
9
builder.Services.AddControllers();
10
// Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
11
builder.Services.AddEndpointsApiExplorer();
0 commit comments