fix check license subdomain
This commit is contained in:
@@ -63,7 +63,8 @@ class ActionController::Base
|
||||
end
|
||||
|
||||
def check_subdomain(lookup)
|
||||
License.check_license_subdomain(lookup)
|
||||
license = License.new(ENV["SX_PROVISION_URL"], lookup)
|
||||
license.check_license_subdomain(lookup)
|
||||
end
|
||||
|
||||
def check_license(lookup)
|
||||
|
||||
Reference in New Issue
Block a user