diff --git a/config/routes.rb b/config/routes.rb index a1a5e48..a11760f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -23,7 +23,7 @@ Rails.application.routes.draw do # mount Sidekiq::Web => '/sidekiq' authenticate :admin_user do - mount Sidekiq::Web => "/sidekiq" + mount Sidekiq::Web => "/admin/tasks" end # Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html