competitions
parent
adf3731279
commit
ed75d35df4
@ -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