about summary refs log tree commit diff
path: root/config/initializers/mime_types.rb
blob: 58a6c0063eca19f43177a4ed402c7f5003e1e317 (plain) (blame)
1
2
3
4
# Be sure to restart your server when you modify this file.

Mime::Type.register 'application/json', :json, %w(text/x-json application/jsonrequest application/jrd+json application/activity+json application/ld+json)
Mime::Type.register 'text/xml',         :xml,  %w(application/xml application/atom+xml application/xrd+xml)