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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-28 09:09:29 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-28 09:09:29 +0300
commit9e16447c7c4cec7373bb2df0d94b4dc8b8300b08 (patch)
tree0e76220d9911ade344c91264c7ce0dbc67c47e9f /config/routes
parentcba9857205cea2e02cd36f3a4079b3f041e5b982 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/members.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/routes/members.rb b/config/routes/members.rb
new file mode 100644
index 00000000000..e84f0987171
--- /dev/null
+++ b/config/routes/members.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+namespace :members do
+ namespace :mailgun do
+ resources :permanent_failures, only: [:create]
+ end
+end