initial telegram bot

This commit is contained in:
Dylan Knutson
2025-07-31 03:33:44 +00:00
parent d899413d7c
commit 83ae4ebd45
7 changed files with 471 additions and 1 deletions

View File

@@ -114,6 +114,10 @@ Rails.application.routes.draw do
get "ib-cookies", to: "global_states#ib_cookies"
get "ib-cookies/edit", to: "global_states#edit_ib_cookies"
patch "ib-cookies", to: "global_states#update_ib_cookies"
get "telegram-config", to: "global_states#telegram_config"
get "telegram-config/edit", to: "global_states#edit_telegram_config"
patch "telegram-config", to: "global_states#update_telegram_config"
end
end