class MainController < ApplicationController
protect_from_forgery except: :index
def index
render file: 'public/react/build/index.html', :layout => false
end