class MainController < ApplicationController
def index
render file: 'public/react/build/index', formats: [:html]
end