1
0
Fork 0
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:
Claude Ayitey 2024-01-06 15:00:33 +00:00
parent 0e4f75b7e8
commit 29a346ee08

View file

@ -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