mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 15:05:22 +02:00
Add routes to mount GoodJob dashboard
This commit is contained in:
parent
0e4f75b7e8
commit
29a346ee08
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue