summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 8120e6c..6145765 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,5 +1,9 @@
Gemeinschaft42c::Application.routes.draw do
+ resources :pager_group_destinations
+
+ resources :pager_groups
+
namespace :api, defaults: {format: 'json'} do
namespace :v1 do
resources :switchboards, :only => [:show, :index]
@@ -315,6 +319,7 @@ Gemeinschaft42c::Application.routes.draw do
end
end
resources :voicemail_accounts
+ resources :pager_groups
end
resources :phones, :only => [] do