EvoBal/config/routes.rb

8 lines
218 B
Ruby

require 'sidekiq/web'
Rails.application.routes.draw do
resources :emails
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
mount Sidekiq::Web => '/sidekiq'
end