lib/conjur/authz-api.rb in conjur-api-4.14.0 vs lib/conjur/authz-api.rb in conjur-api-4.15.0

- old
+ new

@@ -20,9 +20,13 @@ # module Conjur module Authz class API < Conjur::API class << self + + # The URL for the audit service + # + # @return [String] the audit service url. def host Conjur.configuration.authz_url end end end \ No newline at end of file