reintroduce json_library config, apparently removal is not necessary anymore

This commit is contained in:
778a69cd 2023-12-15 12:39:08 +01:00
parent 1eaad40c66
commit 863a1dbe3f

View file

@ -192,6 +192,7 @@ config :mobilizon, Mobilizon.Service.Formatter,
config :tesla, adapter: Tesla.Adapter.Hackney
config :phoenix, :format_encoders, json: Jason, "activity-json": Jason
config :phoenix, :json_library, Jason
config :phoenix, :filter_parameters, ["password", "token"]
config :absinthe, schema: Mobilizon.GraphQL.Schema