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