close comment print worker

This commit is contained in:
Myat Zin Wai Maw
2019-05-13 11:03:33 +06:30
parent 66a6e5500c
commit fe463c62e7
2 changed files with 19 additions and 19 deletions

View File

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