telegram bot logs, first pass
This commit is contained in:
@@ -121,6 +121,11 @@ Rails.application.routes.draw do
|
||||
end
|
||||
end
|
||||
|
||||
# Telegram bot audit logs
|
||||
resources :telegram_bot_logs,
|
||||
only: %i[index show],
|
||||
path: "telegram-bot-logs"
|
||||
|
||||
mount GoodJob::Engine => "jobs"
|
||||
mount PgHero::Engine => "pghero"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user