problem_set
daiao 5 years ago
parent ac145a4e63
commit 7d69b3afc9

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