Базово работает
gRPC на отдельном порту
This commit is contained in:
@@ -12,6 +12,7 @@ public static class ApiJsonOptions
|
||||
var options = new JsonSerializerOptions
|
||||
{
|
||||
PropertyNamingPolicy = null,
|
||||
PropertyNameCaseInsensitive = true,
|
||||
};
|
||||
|
||||
options.Converters.Add(new DecimalFromStringJsonConverter());
|
||||
|
||||
Reference in New Issue
Block a user