# File lib/apipie/configuration.rb, line 91 def api_base_url=(url) version = Apipie.configuration.default_version @api_base_url[version] = url end