1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2025-01-11 17:55:25 +00:00

Merge branch 'feature/application-xml-mime' into 'develop'

config: add application/xml mimetype support.

See merge request 
This commit is contained in:
lambda 2018-06-24 13:28:42 +00:00
commit 92135d00fc

View file

@ -26,6 +26,7 @@ config :logger, :console,
metadata: [:request_id]
config :mime, :types, %{
"application/xml" => ["xml"],
"application/xrd+xml" => ["xrd+xml"],
"application/activity+json" => ["activity+json"],
"application/ld+json" => ["activity+json"]