Welcome to mirror list, hosted at ThFree Co, Russian Federation.

members.rb « routes « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e84f0987171ceaf1b58fb928e7294454fde8f7e7 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

namespace :members do
  namespace :mailgun do
    resources :permanent_failures, only: [:create]
  end
end