migerate employee

This commit is contained in:
Aung Myo
2018-05-23 10:29:32 +06:30
parent 9e56ece056
commit 1b4d144b46
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ class ActionController::Base
render :json => [{ status: false, message: 'Invalid Access!'}]
end
else
#check for license file
check for license file
if check_license
current_license(ENV["SX_PROVISION_URL"])
else