reintroduce json_library config, apparently removal is not necessary anymore
This commit is contained in:
parent
1eaad40c66
commit
863a1dbe3f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue