diff --git a/app/controllers/forums_controller.rb b/app/controllers/forums_controller.rb index f93964ce..05cf1009 100644 --- a/app/controllers/forums_controller.rb +++ b/app/controllers/forums_controller.rb @@ -39,7 +39,7 @@ class ForumsController < ApplicationController private def render_react - render "/common/index", :layout => false + render file: 'public/react/build/index.html', :layout => false end end