main_controller

competitions
cxt 6 years ago
parent 10d3cdaef7
commit 68649751d3

@ -1,5 +1,5 @@
class MainController < ApplicationController
def index
render file: 'public/react/build/index.html', :layout => false
render file: 'public/react/build/index', formats: [:html]
end
end
Loading…
Cancel
Save