diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-01 09:11:01 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-01 09:11:01 +0000 |
commit | c7cb37255796023730d0e31324a533e55e25bc46 (patch) | |
tree | 5140bef8ec205dd79b71066aa3ed3a3e4cb00be0 /config/routes.rb | |
parent | 21543f57d625a70c3884d1915fa14ad340d01edc (diff) | |
download | gitlab-ce-c7cb37255796023730d0e31324a533e55e25bc46.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 3 |
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 |