# File lib/grape/endpoint.rb, line 232
    def endpoints
      options[:app].endpoints if options[:app] && options[:app].respond_to?(:endpoints)
    end