module Apicraft::Web::Actions

def self.images(view_path)

def self.images(view_path)
  [
    File.read(view_path),
    mime_type(view_path)
  ]
end