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