diff options
Diffstat (limited to 'config/routes/group.rb')
-rw-r--r-- | config/routes/group.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes/group.rb b/config/routes/group.rb index 8bee2bb1eb4..33143f0dfa2 100644 --- a/config/routes/group.rb +++ b/config/routes/group.rb @@ -3,7 +3,6 @@ require 'constraints/group_url_constrainer' constraints(GroupUrlConstrainer.new) do scope(path: ':id', as: :group, controller: :groups) do get '/', action: :show - post '/', action: :create patch '/', action: :update put '/', action: :update delete '/', action: :destroy |