module Grape::DSL::Callbacks::ClassMethods

def after(&block)

Execute the given block after the endpoint code has run.
def after(&block)
  namespace_stackable(:afters, block)
end