# File lib/grape/endpoint.rb, line 224 def call!(env) env[Grape::Env::API_ENDPOINT] = self @env = env @app.call(env) end