forked from AkkomaGang/akkoma
Merge branch 'feature/application-xml-mime' into 'develop'
config: add application/xml mimetype support. See merge request pleroma/pleroma!228
This commit is contained in:
commit
92135d00fc
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
metadata: [:request_id]
|
||||
|
||||
config :mime, :types, %{
|
||||
"application/xml" => ["xml"],
|
||||
"application/xrd+xml" => ["xrd+xml"],
|
||||
"application/activity+json" => ["activity+json"],
|
||||
"application/ld+json" => ["activity+json"]
|
||||
|
|
Loading…
Reference in a new issue