parent
26a473620b
commit
1837595cf2
@ -1,6 +1,10 @@
|
|||||||
class MainController < ApplicationController
|
class MainController < ApplicationController
|
||||||
skip_before_action :check_sign
|
skip_before_action :check_sign
|
||||||
|
|
||||||
|
def first_stamp
|
||||||
|
render :json => { status: 0, message: Time.now.to_i }
|
||||||
|
end
|
||||||
|
|
||||||
def index
|
def index
|
||||||
render file: 'public/react/build/index.html', :layout => false
|
render file: 'public/react/build/index.html', :layout => false
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in new issue