problem_set
daiao 5 years ago
parent ac145a4e63
commit 7d69b3afc9

@ -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