5 lines
137 B
5 lines
137 B
6 years ago
|
class MainController < ApplicationController
|
||
|
def index
|
||
|
render file: 'public/react/build/index.html', :layout => false
|
||
|
end
|
||
|
end
|