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:
Diffstat (limited to 'config/routes/user.rb')
-rw-r--r--config/routes/user.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes/user.rb b/config/routes/user.rb
index 5f746eb6670..109179f76f1 100644
--- a/config/routes/user.rb
+++ b/config/routes/user.rb
@@ -1,5 +1,8 @@
# frozen_string_literal: true
+get 'unsubscribes/:email', to: 'users/unsubscribes#show', as: :unsubscribe
+post 'unsubscribes/:email', to: 'users/unsubscribes#create'
+
# Allows individual providers to be directed to a chosen controller
# Call from inside devise_scope
def override_omniauth(provider, controller, path_prefix = '/users/auth')