class Api::DashboardController < Api::ApplicationController
  layout 'api/layouts/application'

  def index
  end
end