Skip to content
Snippets Groups Projects
Commit c5bbc46f authored by kaniini's avatar kaniini
Browse files

config: add application/xml mimetype support.

application/xml is the older xml mimetype.  some legacy scripts make use of it,
as well as common use for debugging with curl and other tools.  so it makes sense
to have it alongside text/xml.
parent 25946f77
Branches
No related tags found
No related merge requests found
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment