We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93f12c commit 064f128Copy full SHA for 064f128
lib/grape/middleware/base.rb
@@ -79,7 +79,7 @@ def content_type
79
end
80
81
def query_params
82
- @rack_request.GET
+ rack_request.GET
83
rescue Rack::QueryParser::ParamsTooDeepError
84
raise Grape::Exceptions::TooDeepParameters.new(Rack::Utils.param_depth_limit)
85
rescue Rack::Utils::ParameterTypeError
0 commit comments