doh
This commit is contained in:
parent
2cfa847f6f
commit
26be6fb9bb
|
@ -37,7 +37,6 @@ class Roda
|
||||||
def proxy
|
def proxy
|
||||||
method = Faraday.method(env['REQUEST_METHOD'].downcase.to_sym)
|
method = Faraday.method(env['REQUEST_METHOD'].downcase.to_sym)
|
||||||
f_response = method.call(_proxy_url) { |req| _proxy_request(req) }
|
f_response = method.call(_proxy_url) { |req| _proxy_request(req) }
|
||||||
pp f_response
|
|
||||||
_respond(f_response)
|
_respond(f_response)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
class Roda
|
class Roda
|
||||||
module Proxy
|
module Proxy
|
||||||
VERSION = '1.0.2'
|
VERSION = '1.0.3'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue