Method: Lono::Api::Proxy#url

Defined in:
lib/lono/api/proxy.rb

#url(path) ⇒ Object

Lono::API does not include the /. IE: localhost:8888 path includes the /. IE: “/blueprints”



49
50
51
# File 'lib/lono/api/proxy.rb', line 49

def url(path)
  "#{Lono::API}/#{path}"
end