module Grape::Middleware::Helpers

def context

def context
  env[Grape::Env::API_ENDPOINT]
end