From 12bf781c8b24cceb2ffba723770039055fc27613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=B1=E5=91=B1=E5=91=B1?= Date: Thu, 9 Nov 2023 11:24:35 +0800 Subject: [PATCH] remote pm for routes --- config/routes.rb | 5 ----- 1 file changed, 5 deletions(-) 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'