config: add application/xml mimetype support.
authorWilliam Pitcock <nenolod@dereferenced.org>
Mon, 18 Jun 2018 04:57:59 +0000 (04:57 +0000)
committerWilliam Pitcock <nenolod@dereferenced.org>
Mon, 18 Jun 2018 05:41:04 +0000 (05:41 +0000)
commitc5bbc46f87d475b9620d48b81d4143f10447471b
tree2b01abbeef8c363c29de3255332440026b2c96e1
parent25946f772d1c1d3ff8a4d2c70824654a9c22fc23
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.
config/config.exs