Skip to content

Commit 8be0533

Browse files
Update Program.cs
1 parent 72f7c6d commit 8be0533

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

UrlAdaptor.Server/Program.cs

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
// Add services to the container.
44

5-
builder.Services.AddControllers().AddJsonOptions(options =>
6-
{
7-
options.JsonSerializerOptions.PropertyNamingPolicy = null; // Use PascalCase
8-
});
95
builder.Services.AddControllers();
106
// Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
117
builder.Services.AddEndpointsApiExplorer();

0 commit comments

Comments
 (0)