remote pm for routes
This commit is contained in:
parent
ed5bf51821
commit
12bf781c8b
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue