diff --git a/config/routes.rb b/config/routes.rb index 9994206da..312f267da 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -791,11 +791,6 @@ Rails.application.routes.draw do end end - namespace :pm do - resource :issues - resource :journals - end - namespace :admins do mount Sidekiq::Web => '/sidekiq' get '/', to: 'dashboards#index'