competitions
cxt 5 years ago
parent 141420dbb3
commit adf3731279

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