mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-17 00:37:54 +02:00
Remove APISerializable and APIJsonSerializer
This commit is contained in:
@ -28,7 +28,6 @@ builder.Services.AddCors(options =>
|
||||
builder.Services.AddMvc().AddJsonOptions(opts =>
|
||||
{
|
||||
opts.JsonSerializerOptions.Converters.Add(new JsonStringEnumConverter());
|
||||
opts.JsonSerializerOptions.Converters.Add(new ApiJsonSerializer());
|
||||
});
|
||||
|
||||
builder.Services.AddApiVersioning(option =>
|
||||
|
Reference in New Issue
Block a user