summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-01 09:11:01 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-01 09:11:01 +0000
commitc7cb37255796023730d0e31324a533e55e25bc46 (patch)
tree5140bef8ec205dd79b71066aa3ed3a3e4cb00be0 /config/routes.rb
parent21543f57d625a70c3884d1915fa14ad340d01edc (diff)
downloadgitlab-ce-c7cb37255796023730d0e31324a533e55e25bc46.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb
index d9cf2e9ebdd..4197aa8dbb7 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -166,9 +166,6 @@ Rails.application.routes.draw do
end
end
- # Notification settings
- resources :notification_settings, only: [:create, :update]
-
resources :invites, only: [:show], constraints: { id: /[A-Za-z0-9_-]+/ } do
member do
post :accept