aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/about_controller.rb
blob: 77d6194c4c16b3c07fc251aa47b6908ba79a0125 (plain)
1
2
3
4
5
6
7
8
9
10
11
class AboutController < ApplicationController
  def index
    render layout: "index"
  end

  def about
  end

  def api
  end
end