No need for this variable.
This commit is contained in:
parent
b12b724378
commit
8b6bbc866d
1 changed files with 1 additions and 6 deletions
|
@ -13,10 +13,5 @@ Mime::Type.register "video/mp4", :mp4, [], [:m4v, :mov]
|
|||
Mime::Type.register "video/webm", :webm
|
||||
Mime::Type.register "video/ogg", :ogv
|
||||
|
||||
json_mime_types = %w(
|
||||
application/vnd.git-lfs+json
|
||||
application/json
|
||||
)
|
||||
|
||||
Mime::Type.unregister :json
|
||||
Mime::Type.register 'application/json', :json, json_mime_types
|
||||
Mime::Type.register 'application/json', :json, %w(application/vnd.git-lfs+json application/json)
|
||||
|
|
Loading…
Reference in a new issue