class ReeSwagger::GetMimeType

def call(type)

def call(type)
  MIME_TYPES.fetch(type)
end