module EndpointFlux::Middlewares::Authorizator::Skip

Public Class Methods

perform(*args, _opts) click to toggle source
# File lib/endpoint_flux/middlewares/authorizator/skip.rb, line 5
def self.perform(*args, _opts)
  args
end