summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 58e1e632..d19ac25b 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -102,6 +102,8 @@ Cccms::Application.routes.draw do
102 put :reset_otp 102 put :reset_otp
103 put :deactivate 103 put :deactivate
104 put :reactivate 104 put :reactivate
105 put :grant_redaktion
106 put :revoke_redaktion
105 end 107 end
106 end 108 end
107 resource :otp_enrollment, :only => [:show, :create, :update, :destroy] 109 resource :otp_enrollment, :only => [:show, :create, :update, :destroy]