module Dingtalk
  class HomeController < ApplicationController

    def index
    end

  end
end