educoder/app/controllers/main_controller.rb

5 lines
132 B

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