parent
71cc4d8cc8
commit
4f06151277
@ -1,5 +1,5 @@
|
|||||||
class MainController < ApplicationController
|
class MainController < ApplicationController
|
||||||
def index
|
def index
|
||||||
render file: 'public/react/build/index.html', :layout => false
|
render file: 'public/react/build/index', formats: [:html]
|
||||||
end
|
end
|
||||||
end
|
end
|
Loading…
Reference in new issue