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/profile.rb')
-rw-r--r--config/routes/profile.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/routes/profile.rb b/config/routes/profile.rb
index f42f6a9037d..73c8d63b8ec 100644
--- a/config/routes/profile.rb
+++ b/config/routes/profile.rb
@@ -39,6 +39,13 @@ resource :profile, only: [:show, :update] do
put :reset
end
end
+
+ resource :slack, only: [:edit] do
+ member do
+ get :slack_link
+ end
+ end
+
resource :preferences, only: [:show, :update]
resources :comment_templates, only: [:index, :show], action: :index