diff --git a/config/routes.rb b/config/routes.rb index 3f38a1d4..47e906bb 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,7 +1,8 @@ require 'sidekiq/web' Rails.application.routes.draw do - mount Sidekiq::Web => "/sidekiq" + mount GoodJob::Engine => "/good_job" + # end # Routes for accounts resources :accounts do