# File lib/apipie/extractor.rb, line 81 def apis_from_routes return @apis_from_routes if @apis_from_routes @api_prefix = Apipie.api_base_url.sub(/\/$/,"") populate_api_routes update_api_descriptions @apis_from_routes end